Searched refs:__send_and_alloc_skb (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/team/ |
D | team.c | 2391 static int __send_and_alloc_skb(struct sk_buff **pskb, in __send_and_alloc_skb() function 2425 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get() 2466 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get() 2704 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_port_list_get() 2755 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_port_list_get()
|