Home
last modified time | relevance | path

Searched refs:FOU_ATTR_PORT (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dfou.h13 FOU_ATTR_PORT, /* u16 */ enumerator
/linux-4.1.27/net/ipv4/
Dfou.c557 [FOU_ATTR_PORT] = { .type = NLA_U16, },
580 if (info->attrs[FOU_ATTR_PORT]) { in parse_nl_config()
581 __be16 port = nla_get_be16(info->attrs[FOU_ATTR_PORT]); in parse_nl_config()
627 nla_put_be16(msg, FOU_ATTR_PORT, fou->port) || in fou_fill_info()