Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/team/
Dteam.c2688 struct nlattr *port_item; in team_nl_fill_one_port_get() local
2690 port_item = nla_nest_start_noflag(skb, TEAM_ATTR_ITEM_PORT); in team_nl_fill_one_port_get()
2691 if (!port_item) in team_nl_fill_one_port_get()
2707 nla_nest_end(skb, port_item); in team_nl_fill_one_port_get()
2711 nla_nest_cancel(skb, port_item); in team_nl_fill_one_port_get()