Searched refs:FOU_ATTR_TYPE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | fou.h | 23 FOU_ATTR_TYPE, enumerator
|
/openbmc/linux/net/ipv4/ |
H A D | fou_nl.c | 18 [FOU_ATTR_TYPE] = { .type = NLA_U8, },
|
H A D | fou_core.c | 700 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 D | fou-user.c | 48 [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()
|