Searched refs:FOU_ATTR_PORT (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/net/ynl/generated/ |
D | fou-user.c | 45 [FOU_ATTR_PORT] = { .name = "port", .type = YNL_PT_U16, }, 82 mnl_attr_put_u16(nlh, FOU_ATTR_PORT, req->port); in fou_add() 131 mnl_attr_put_u16(nlh, FOU_ATTR_PORT, req->port); in fou_del() 177 if (type == FOU_ATTR_PORT) { in fou_get_rsp_parse() 258 mnl_attr_put_u16(nlh, FOU_ATTR_PORT, req->port); in fou_get()
|
/linux-6.6.21/include/uapi/linux/ |
D | fou.h | 20 FOU_ATTR_PORT, enumerator
|
/linux-6.6.21/net/ipv4/ |
D | fou_nl.c | 15 [FOU_ATTR_PORT] = { .type = NLA_U16, },
|
D | fou_core.c | 673 if (info->attrs[FOU_ATTR_PORT]) { in parse_nl_config() 674 port = nla_get_be16(info->attrs[FOU_ATTR_PORT]); in parse_nl_config() 767 nla_put_be16(msg, FOU_ATTR_PORT, fou->port) || in fou_fill_info()
|