Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfou.h30 FOU_ATTR_PEER_PORT, enumerator
/linux/net/ipv4/
H A Dfou_nl.c25 [FOU_ATTR_PEER_PORT] = { .type = NLA_BE16, },
H A Dfou_core.c734 if (info->attrs[FOU_ATTR_PEER_PORT]) { in parse_nl_config()
735 port = nla_get_be16(info->attrs[FOU_ATTR_PEER_PORT]); in parse_nl_config()
786 nla_put_be16(msg, FOU_ATTR_PEER_PORT, sk->sk_dport) || in fou_fill_info()