| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/rmnet/ |
| H A D | rmnet_handlers.c | 107 if (pskb_expand_head(skb, ETH_HLEN, 0, GFP_ATOMIC)) { in rmnet_map_ingress_handler() 141 if (pskb_expand_head(skb, required_headroom, 0, GFP_ATOMIC)) in rmnet_map_egress_handler()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | tc-actions-env-rules.rst | 17 2) If you munge any packet thou shalt call pskb_expand_head in the case
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | netfilter.c | 77 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip_route_me_harder()
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | hdlc_raw_eth.c | 31 if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) { in eth_tx()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | exthdrs.c | 242 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in ipv6_dest_hao() 423 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) { in ipv6_srh_rcv() 556 if (pskb_expand_head(skb, IPV6_RPL_SRH_WORST_SWAP_SIZE, 0, in ipv6_rpl_srh_rcv() 774 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) { in ipv6_rthdr_rcv()
|
| H A D | netfilter.c | 69 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip6_route_me_harder()
|
| H A D | seg6_iptunnel.c | 294 if (pskb_expand_head(skb, skb->mac_len, 0, GFP_ATOMIC) < 0) in seg6_do_srh()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_nat_helper.c | 72 if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC)) in enlarge_skb()
|
| H A D | xt_TCPMSS.c | 155 if (pskb_expand_head(skb, 0, in tcpmss_mangle_packet()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/ |
| H A D | hostap_80211_tx.c | 220 if (pskb_expand_head(skb, need_headroom, need_tailroom, in hostap_data_start_xmit() 353 pskb_expand_head(skb, prefix_len, postfix_len, GFP_ATOMIC)) { in hostap_tx_encrypt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | rx.c | 248 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) { in process_rxed_802_11_packet()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | skbuff.h | 1183 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask); 1669 return pskb_expand_head(skb, 0, 0, pri); in skb_unclone() 1714 return pskb_expand_head(skb, 0, 0, pri); in skb_header_unclone() 2788 int ret = pskb_expand_head(skb, 0, diff - skb_tailroom(skb), in __skb_grow() 3209 pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_try_make_writable() 3221 return pskb_expand_head(skb, ALIGN(delta, NET_SKB_PAD), 0, in __skb_cow() 4472 ret = pskb_expand_head(skb, extra, 0, GFP_ATOMIC); in gso_pskb_expand_head()
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | fragmentation.c | 269 if (pskb_expand_head(skb_out, 0, size - skb_out->len, GFP_ATOMIC) < 0) { in batadv_frag_merge_packets()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | skbuff.c | 1623 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head() function 1707 EXPORT_SYMBOL(pskb_expand_head); 1720 if (skb2 && pskb_expand_head(skb2, SKB_DATA_ALIGN(delta), 0, in skb_realloc_headroom() 1739 res = pskb_expand_head(skb, 0, 0, pri); in __skb_unclone_keeptruesize() 1847 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC); in __skb_pad() 1977 unlikely((err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))) in ___pskb_trim() 2107 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail() 4506 pskb_expand_head(skb, 0, tailbits-skb_tailroom(skb)+128, GFP_ATOMIC)) in skb_cow_data() 5536 return pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_ensure_writable()
|
| H A D | lwt_bpf.c | 166 if (pskb_expand_head(skb, nhead, 0, GFP_ATOMIC)) in xmit_check_hhlen()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | bearer.c | 489 if ((delta > 0) && pskb_expand_head(skb, delta, 0, GFP_ATOMIC)) { in tipc_l2_send_msg() 744 if (exp > 0 && pskb_expand_head(skb, exp, 0, GFP_ATOMIC)) { in tipc_clone_to_loopback()
|
| H A D | udp_media.c | 236 err = pskb_expand_head(skb, UDP_MIN_HEADROOM, 0, GFP_ATOMIC); in tipc_udp_send_msg()
|
| H A D | msg.c | 551 if (unlikely(pskb_expand_head(tskb, INT_H_SIZE, mss - tsz - INT_H_SIZE, in tipc_msg_try_bundle()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | xmit_linux.c | 647 if (pskb_expand_head(skb, headroom, 0, GFP_ATOMIC)) { in ieee8023_header_to_rfc1042()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | xmit_linux.c | 647 if (pskb_expand_head(skb, headroom, 0, GFP_ATOMIC)) { in ieee8023_header_to_rfc1042()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/ |
| H A D | ccm_mbox.c | 494 err = pskb_expand_head(skb, 0, undersize, flags); in nfp_ccm_mbox_msg_prepare()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_output.c | 44 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); in xfrm_skb_check_space()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btmtksdio.c | 268 err = pskb_expand_head(skb, sizeof(*sdio_hdr), 0, in btmtksdio_tx_packet()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 787 pskb_expand_head
|
| /OK3568_Linux_fs/kernel/net/bpf/ |
| H A D | test_run.c | 645 if (pskb_expand_head(skb, nhead, 0, GFP_USER)) { in bpf_prog_test_run_skb()
|