Searched refs:FOU_ATTR_PEER_V6 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/net/ynl/generated/ |
H A D | fou-user.c | 53 [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 D | fou.h | 28 FOU_ATTR_PEER_V6, enumerator
|
/openbmc/linux/net/ipv4/ |
H A D | fou_nl.c | 23 [FOU_ATTR_PEER_V6] = { .len = 16, },
|
H A D | fou_core.c | 726 if (info->attrs[FOU_ATTR_PEER_V6]) { in parse_nl_config() 727 attr = info->attrs[FOU_ATTR_PEER_V6]; in parse_nl_config() 809 if (nla_put_in6_addr(msg, FOU_ATTR_PEER_V6, &sk->sk_v6_daddr)) in fou_fill_info()
|