Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dfou-user.c53 [FOU_ATTR_PEER_V6] = { .name = "peer_v6", .type = YNL_PT_BINARY,},
96 mnl_attr_put(nlh, FOU_ATTR_PEER_V6, req->_present.peer_v6_len, req->peer_v6); in fou_add()
141 mnl_attr_put(nlh, FOU_ATTR_PEER_V6, req->_present.peer_v6_len, req->peer_v6); in fou_del()
216 } else if (type == FOU_ATTR_PEER_V6) { in fou_get_rsp_parse()
268 mnl_attr_put(nlh, FOU_ATTR_PEER_V6, req->_present.peer_v6_len, req->peer_v6); in fou_get()
/openbmc/linux/include/uapi/linux/
H A Dfou.h28 FOU_ATTR_PEER_V6, enumerator
/openbmc/linux/net/ipv4/
H A Dfou_nl.c23 [FOU_ATTR_PEER_V6] = { .len = 16, },
H A Dfou_core.c707 if (info->attrs[FOU_ATTR_PEER_V6]) { in parse_nl_config()
708 attr = info->attrs[FOU_ATTR_PEER_V6]; in parse_nl_config()
790 if (nla_put_in6_addr(msg, FOU_ATTR_PEER_V6, &sk->sk_v6_daddr)) in fou_fill_info()