Home
last modified time | relevance | path

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

/net/batman-adv/
Dmulticast.c1451 struct sk_buff *newskb; in batadv_mcast_forw_tt() local
1464 newskb = skb_copy(skb, GFP_ATOMIC); in batadv_mcast_forw_tt()
1465 if (!newskb) { in batadv_mcast_forw_tt()
1470 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, in batadv_mcast_forw_tt()
1500 struct sk_buff *newskb; in batadv_mcast_forw_want_all_ipv4() local
1506 newskb = skb_copy(skb, GFP_ATOMIC); in batadv_mcast_forw_want_all_ipv4()
1507 if (!newskb) { in batadv_mcast_forw_want_all_ipv4()
1512 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_ipv4()
1537 struct sk_buff *newskb; in batadv_mcast_forw_want_all_ipv6() local
1543 newskb = skb_copy(skb, GFP_ATOMIC); in batadv_mcast_forw_want_all_ipv6()
[all …]
Dsend.c760 struct sk_buff *newskb; in batadv_forw_bcast_packet_to_list() local
762 newskb = skb_clone(skb, GFP_ATOMIC); in batadv_forw_bcast_packet_to_list()
763 if (!newskb) in batadv_forw_bcast_packet_to_list()
768 bat_priv, newskb); in batadv_forw_bcast_packet_to_list()
783 kfree_skb(newskb); in batadv_forw_bcast_packet_to_list()
815 struct sk_buff *newskb; in batadv_forw_bcast_packet_if() local
819 newskb = skb_clone(skb, GFP_ATOMIC); in batadv_forw_bcast_packet_if()
820 if (!newskb) in batadv_forw_bcast_packet_if()
823 batadv_send_broadcast_skb(newskb, if_out); in batadv_forw_bcast_packet_if()
/net/can/
Daf_can.c201 struct sk_buff *newskb = NULL; in can_send() local
261 newskb = skb_clone(skb, GFP_ATOMIC); in can_send()
262 if (!newskb) { in can_send()
267 can_skb_set_owner(newskb, skb->sk); in can_send()
268 newskb->ip_summed = CHECKSUM_UNNECESSARY; in can_send()
269 newskb->pkt_type = PACKET_BROADCAST; in can_send()
282 kfree_skb(newskb); in can_send()
286 if (newskb) in can_send()
287 netif_rx_ni(newskb); in can_send()
/net/ipv4/
Dip_output.c392 struct sk_buff *newskb = skb_clone(skb, GFP_ATOMIC); in ip_mc_output() local
393 if (newskb) in ip_mc_output()
395 net, sk, newskb, NULL, newskb->dev, in ip_mc_output()
408 struct sk_buff *newskb = skb_clone(skb, GFP_ATOMIC); in ip_mc_output() local
409 if (newskb) in ip_mc_output()
411 net, sk, newskb, NULL, newskb->dev, in ip_mc_output()
/net/unix/
Daf_unix.c2146 struct sk_buff *skb, *newskb = NULL, *tail = NULL; in unix_stream_sendpage() local
2160 newskb = sock_alloc_send_pskb(sk, 0, 0, flags & MSG_DONTWAIT, in unix_stream_sendpage()
2162 if (!newskb) in unix_stream_sendpage()
2200 skb = newskb; in unix_stream_sendpage()
2202 if (newskb) { in unix_stream_sendpage()
2203 skb = newskb; in unix_stream_sendpage()
2208 } else if (newskb) { in unix_stream_sendpage()
2213 consume_skb(newskb); in unix_stream_sendpage()
2214 newskb = NULL; in unix_stream_sendpage()
2227 if (newskb) { in unix_stream_sendpage()
[all …]
/net/ipv6/
Dip6_output.c86 struct sk_buff *newskb = skb_clone(skb, GFP_ATOMIC); in ip6_finish_output2() local
91 if (newskb) in ip6_finish_output2()
93 net, sk, newskb, NULL, newskb->dev, in ip6_finish_output2()