Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dfou-user.c54 [FOU_ATTR_PEER_PORT] = { .name = "peer_port", .type = YNL_PT_U16, },
98 mnl_attr_put_u16(nlh, FOU_ATTR_PEER_PORT, req->peer_port); in fou_add()
133 mnl_attr_put_u16(nlh, FOU_ATTR_PEER_PORT, req->peer_port); in fou_del()
226 } else if (type == FOU_ATTR_PEER_PORT) { in fou_get_rsp_parse()
260 mnl_attr_put_u16(nlh, FOU_ATTR_PEER_PORT, req->peer_port); in fou_get()
/openbmc/linux/include/uapi/linux/
H A Dfou.h29 FOU_ATTR_PEER_PORT, enumerator
/openbmc/linux/net/ipv4/
H A Dfou_nl.c24 [FOU_ATTR_PEER_PORT] = { .type = NLA_U16, },
H A Dfou_core.c716 if (info->attrs[FOU_ATTR_PEER_PORT]) { in parse_nl_config()
717 port = nla_get_be16(info->attrs[FOU_ATTR_PEER_PORT]); in parse_nl_config()
768 nla_put_be16(msg, FOU_ATTR_PEER_PORT, sk->sk_dport) || in fou_fill_info()