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

/linux-master/include/uapi/linux/
H A Dfou.h22 FOU_ATTR_IPPROTO, enumerator in enum:__anon838
/linux-master/net/ipv4/
H A Dfou_nl.c17 [FOU_ATTR_IPPROTO] = { .type = NLA_U8, },
H A Dfou_core.c678 if (info->attrs[FOU_ATTR_IPPROTO])
679 cfg->protocol = nla_get_u8(info->attrs[FOU_ATTR_IPPROTO]);
769 nla_put_u8(msg, FOU_ATTR_IPPROTO, fou->protocol) ||

Completed in 247 milliseconds