Searched refs:port_item (Results 1 – 1 of 1) sorted by relevance
2620 struct nlattr *port_item; in team_nl_fill_one_port_get() local2622 port_item = nla_nest_start(skb, TEAM_ATTR_ITEM_PORT); in team_nl_fill_one_port_get()2623 if (!port_item) in team_nl_fill_one_port_get()2639 nla_nest_end(skb, port_item); in team_nl_fill_one_port_get()2643 nla_nest_cancel(skb, port_item); in team_nl_fill_one_port_get()