Searched refs:FOU_ATTR_IPPROTO (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | fou.h | 22 FOU_ATTR_IPPROTO, enumerator
|
/openbmc/linux/net/ipv4/ |
H A D | fou_nl.c | 17 [FOU_ATTR_IPPROTO] = { .type = NLA_U8, },
|
H A D | fou_core.c | 697 if (info->attrs[FOU_ATTR_IPPROTO]) in parse_nl_config() 698 cfg->protocol = nla_get_u8(info->attrs[FOU_ATTR_IPPROTO]); in parse_nl_config() 788 nla_put_u8(msg, FOU_ATTR_IPPROTO, fou->protocol) || in fou_fill_info()
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | fou-user.c | 47 [FOU_ATTR_IPPROTO] = { .name = "ipproto", .type = YNL_PT_U8, }, 84 mnl_attr_put_u8(nlh, FOU_ATTR_IPPROTO, req->ipproto); in fou_add() 182 } else if (type == FOU_ATTR_IPPROTO) { in fou_get_rsp_parse()
|