Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfou.h23 FOU_ATTR_TYPE, enumerator
/openbmc/linux/net/ipv4/
H A Dfou_nl.c18 [FOU_ATTR_TYPE] = { .type = NLA_U8, },
H A Dfou_core.c700 if (info->attrs[FOU_ATTR_TYPE]) in parse_nl_config()
701 cfg->type = nla_get_u8(info->attrs[FOU_ATTR_TYPE]); in parse_nl_config()
789 nla_put_u8(msg, FOU_ATTR_TYPE, fou->type) || in fou_fill_info()
/openbmc/linux/tools/net/ynl/generated/
H A Dfou-user.c48 [FOU_ATTR_TYPE] = { .name = "type", .type = YNL_PT_U8, },
86 mnl_attr_put_u8(nlh, FOU_ATTR_TYPE, req->type); in fou_add()
187 } else if (type == FOU_ATTR_TYPE) { in fou_get_rsp_parse()