Home
last modified time | relevance | path

Searched refs:FOU_ATTR_AF (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfou.h21 FOU_ATTR_AF, enumerator
/openbmc/linux/net/ipv4/
H A Dfou_nl.c16 [FOU_ATTR_AF] = { .type = NLA_U8, },
H A Dfou_core.c657 if (info->attrs[FOU_ATTR_AF]) { in parse_nl_config()
658 u8 family = nla_get_u8(info->attrs[FOU_ATTR_AF]); in parse_nl_config()
766 if (nla_put_u8(msg, FOU_ATTR_AF, fou->sock->sk->sk_family) || in fou_fill_info()
/openbmc/linux/tools/net/ynl/generated/
H A Dfou-user.c46 [FOU_ATTR_AF] = { .name = "af", .type = YNL_PT_U8, },
127 mnl_attr_put_u8(nlh, FOU_ATTR_AF, req->af); in fou_del()
254 mnl_attr_put_u8(nlh, FOU_ATTR_AF, req->af); in fou_get()