Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfou.h26 FOU_ATTR_LOCAL_V4, enumerator
/linux/net/ipv4/
H A Dfou_nl.c21 [FOU_ATTR_LOCAL_V4] = { .type = NLA_U32, },
H A Dfou_core.c706 if (info->attrs[FOU_ATTR_LOCAL_V4]) { in parse_nl_config()
707 attr = info->attrs[FOU_ATTR_LOCAL_V4]; in parse_nl_config()
797 if (nla_put_in_addr(msg, FOU_ATTR_LOCAL_V4, sk->sk_rcv_saddr)) in fou_fill_info()