Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/team/
H A Dteam.c2705 struct nlattr *port_item; in team_nl_fill_one_port_get() local
2707 port_item = nla_nest_start_noflag(skb, TEAM_ATTR_ITEM_PORT); in team_nl_fill_one_port_get()
2708 if (!port_item) in team_nl_fill_one_port_get()
2724 nla_nest_end(skb, port_item); in team_nl_fill_one_port_get()
2728 nla_nest_cancel(skb, port_item); in team_nl_fill_one_port_get()
/kernel/linux/linux-6.6/drivers/net/team/
H A Dteam.c2697 struct nlattr *port_item; in team_nl_fill_one_port_get() local
2699 port_item = nla_nest_start_noflag(skb, TEAM_ATTR_ITEM_PORT); in team_nl_fill_one_port_get()
2700 if (!port_item) in team_nl_fill_one_port_get()
2716 nla_nest_end(skb, port_item); in team_nl_fill_one_port_get()
2720 nla_nest_cancel(skb, port_item); in team_nl_fill_one_port_get()

Completed in 8 milliseconds