Searched refs:FOU_ATTR_PEER_PORT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/net/ynl/generated/ |
H A D | fou-user.c | 54 [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 D | fou.h | 29 FOU_ATTR_PEER_PORT, enumerator
|
/openbmc/linux/net/ipv4/ |
H A D | fou_nl.c | 24 [FOU_ATTR_PEER_PORT] = { .type = NLA_U16, },
|
H A D | fou_core.c | 735 if (info->attrs[FOU_ATTR_PEER_PORT]) { in parse_nl_config() 736 port = nla_get_be16(info->attrs[FOU_ATTR_PEER_PORT]); in parse_nl_config() 787 nla_put_be16(msg, FOU_ATTR_PEER_PORT, sk->sk_dport) || in fou_fill_info()
|