Searched refs:FOU_ATTR_LOCAL_V4 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/net/ynl/generated/ |
H A D | fou-user.c | 50 [FOU_ATTR_LOCAL_V4] = { .name = "local_v4", .type = YNL_PT_U32, }, 90 mnl_attr_put_u32(nlh, FOU_ATTR_LOCAL_V4, req->local_v4); in fou_add() 135 mnl_attr_put_u32(nlh, FOU_ATTR_LOCAL_V4, req->local_v4); in fou_del() 196 } else if (type == FOU_ATTR_LOCAL_V4) { in fou_get_rsp_parse() 262 mnl_attr_put_u32(nlh, FOU_ATTR_LOCAL_V4, req->local_v4); in fou_get()
|
/openbmc/linux/include/uapi/linux/ |
H A D | fou.h | 25 FOU_ATTR_LOCAL_V4, enumerator
|
/openbmc/linux/net/ipv4/ |
H A D | fou_nl.c | 20 [FOU_ATTR_LOCAL_V4] = { .type = NLA_U32, },
|
H A D | fou_core.c | 707 if (info->attrs[FOU_ATTR_LOCAL_V4]) { in parse_nl_config() 708 attr = info->attrs[FOU_ATTR_LOCAL_V4]; in parse_nl_config() 798 if (nla_put_in_addr(msg, FOU_ATTR_LOCAL_V4, sk->sk_rcv_saddr)) in fou_fill_info()
|