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

/linux-master/include/uapi/linux/
H A Dfou.h20 FOU_ATTR_PORT, enumerator in enum:__anon838
/linux-master/net/ipv4/
H A Dfou_nl.c15 [FOU_ATTR_PORT] = { .type = NLA_U16, },
H A Dfou_core.c673 if (info->attrs[FOU_ATTR_PORT]) {
674 port = nla_get_be16(info->attrs[FOU_ATTR_PORT]);
767 nla_put_be16(msg, FOU_ATTR_PORT, fou->port) ||

Completed in 100 milliseconds