Searched refs:FOU_ATTR_IPPROTO (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Dfou.h15 FOU_ATTR_IPPROTO, /* u8 */ enumerator in enum:__anon13246
/linux-4.1.27/net/ipv4/
H A Dfou.c559 [FOU_ATTR_IPPROTO] = { .type = NLA_U8, },
586 if (info->attrs[FOU_ATTR_IPPROTO]) parse_nl_config()
587 cfg->protocol = nla_get_u8(info->attrs[FOU_ATTR_IPPROTO]); parse_nl_config()
628 nla_put_u8(msg, FOU_ATTR_IPPROTO, fou->protocol) || fou_fill_info()

Completed in 99 milliseconds