Home
last modified time | relevance | path

Searched refs:TEAM_ATTR_LIST_OPTION (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dif_team.h35 TEAM_ATTR_LIST_OPTION, /* nest */ enumerator
/openbmc/linux/drivers/net/team/
H A Dteam.c2270 [TEAM_ATTR_LIST_OPTION] = { .type = NLA_NESTED },
2483 option_list = nla_nest_start_noflag(skb, TEAM_ATTR_LIST_OPTION); in team_nl_send_options_get()
2567 if (!info->attrs[TEAM_ATTR_LIST_OPTION]) { in team_nl_cmd_options_set()
2572 nla_for_each_nested(nl_option, info->attrs[TEAM_ATTR_LIST_OPTION], i) { in team_nl_cmd_options_set()