Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfou.h20 FOU_ATTR_PORT, enumerator
/linux-6.15/net/ipv4/
H A Dfou_nl.c15 [FOU_ATTR_PORT] = { .type = NLA_BE16, },
H A Dfou_core.c692 if (info->attrs[FOU_ATTR_PORT]) { in parse_nl_config()
693 port = nla_get_be16(info->attrs[FOU_ATTR_PORT]); in parse_nl_config()
786 nla_put_be16(msg, FOU_ATTR_PORT, fou->port) || in fou_fill_info()