Searched refs:skb_copy_expand (Results 1 – 12 of 12) sorted by relevance
/net/mac802154/ |
D | tx.c | 62 nskb = skb_copy_expand(skb, 0, IEEE802154_FCS_LEN, in ieee802154_tx()
|
/net/sctp/ |
D | ulpevent.c | 130 skb = skb_copy_expand(chunk->skb, in sctp_ulpevent_make_assoc_change() 376 skb = skb_copy_expand(chunk->skb, sizeof(*sre), 0, gfp); in sctp_ulpevent_make_remote_error() 423 skb = skb_copy_expand(chunk->skb, in sctp_ulpevent_make_send_failed()
|
/net/ieee802154/6lowpan/ |
D | tx.c | 267 nskb = skb_copy_expand(skb, ldev->needed_headroom, in lowpan_xmit()
|
/net/batman-adv/ |
D | bat_v_elp.c | 214 skb = skb_copy_expand(hard_iface->bat_v.elp_skb, 0, in batadv_v_elp_wifi_neigh_probe()
|
/net/tipc/ |
D | msg.c | 208 skb = skb_copy_expand(skb, BUF_HEADROOM, 0, GFP_ATOMIC); in tipc_msg_validate()
|
/net/netrom/ |
D | nr_route.c | 810 if ((skbn=skb_copy_expand(skb, dev->hard_header_len, 0, GFP_ATOMIC)) == NULL) { in nr_route_frame()
|
/net/bluetooth/ |
D | 6lowpan.c | 311 local_skb = skb_copy_expand(skb, NET_SKB_PAD - 1, in recv_pkt()
|
/net/nfc/ |
D | digital_dep.c | 256 new_skb = skb_copy_expand(ddev->chaining_skb, in digital_recv_dep_data_gather()
|
/net/netfilter/ |
D | nfnetlink_queue.c | 861 nskb = skb_copy_expand(e->skb, skb_headroom(e->skb), in nfqnl_mangle()
|
/net/mac80211/ |
D | rx.c | 738 skb = skb_copy_expand(*origskb, needed_headroom, 0, GFP_ATOMIC); in ieee80211_make_monitor_skb() 2875 fwd_skb = skb_copy_expand(skb, local->tx_headroom + in ieee80211_rx_h_mesh_fwding() 3526 nskb = skb_copy_expand(rx->skb, local->hw.extra_tx_headroom, 0, in ieee80211_rx_h_action_return()
|
/net/core/ |
D | skbuff.c | 1757 struct sk_buff *skb_copy_expand(const struct sk_buff *skb, in skb_copy_expand() function 1795 EXPORT_SYMBOL(skb_copy_expand); 4537 skb2 = skb_copy_expand(skb1, in skb_cow_data()
|
/net/atm/ |
D | lec.c | 266 skb2 = skb_copy_expand(skb, 0, in lec_start_xmit()
|