Searched refs:__send_and_alloc_skb (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/team/ |
| H A D | team_core.c | 2596 static int __send_and_alloc_skb(struct sk_buff **pskb, in __send_and_alloc_skb() function 2630 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get() 2672 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get() 2919 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_port_list_get() 2971 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_port_list_get()
|