Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/generated/
H A Dfou-user.c51 [FOU_ATTR_LOCAL_V6] = { .name = "local_v6", .type = YNL_PT_BINARY,},
94 mnl_attr_put(nlh, FOU_ATTR_LOCAL_V6, req->_present.local_v6_len, req->local_v6); in fou_add()
139 mnl_attr_put(nlh, FOU_ATTR_LOCAL_V6, req->_present.local_v6_len, req->local_v6); in fou_del()
206 } else if (type == FOU_ATTR_LOCAL_V6) { in fou_get_rsp_parse()
266 mnl_attr_put(nlh, FOU_ATTR_LOCAL_V6, req->_present.local_v6_len, req->local_v6); in fou_get()
/openbmc/linux/include/uapi/linux/
H A Dfou.h26 FOU_ATTR_LOCAL_V6, enumerator
/openbmc/linux/net/ipv4/
H A Dfou_nl.c21 [FOU_ATTR_LOCAL_V6] = { .len = 16, },
H A Dfou_core.c701 if (info->attrs[FOU_ATTR_LOCAL_V6]) { in parse_nl_config()
702 attr = info->attrs[FOU_ATTR_LOCAL_V6]; in parse_nl_config()
786 if (nla_put_in6_addr(msg, FOU_ATTR_LOCAL_V6, in fou_fill_info()