Searched refs:pskb_expand_head (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | skbuff.h | 972 pskb_expand_head(struct sk_buff *skb, int x, int len, gfp_t gfp) in pskb_expand_head() function
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_rx.c | 1827 (pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) { in ath11k_dp_rx_msdu_coalesce() 3392 (pskb_expand_head(first_frag, 0, extra_space, GFP_ATOMIC) < 0)) in ath11k_dp_rx_h_defrag() 4591 if ((pskb_expand_head(skb, 0, in ath11k_dp_pkt_set_pktlen()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_rx.c | 1810 (pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) { in ath12k_dp_rx_msdu_coalesce() 2944 (pskb_expand_head(first_frag, 0, extra_space, GFP_ATOMIC) < 0)) in ath12k_dp_rx_h_defrag()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | tx.c | 755 if (pskb_expand_head(skb, 0, resp_data->noa_len, GFP_ATOMIC)) { in iwl_mvm_probe_resp_set_noa()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htt_rx.c | 2292 (pskb_expand_head(first, 0, space, GFP_ATOMIC) < 0)) { in ath10k_unchain_msdu()
|
H A D | mac.c | 3871 if (!pskb_expand_head(skb, 0, arvif->u.ap.noa_len, in ath10k_tx_h_add_p2p_noa_ie()
|
H A D | wmi.c | 3686 if (!pskb_expand_head(bcn, 0, arvif->u.ap.noa_len, GFP_ATOMIC)) in ath10k_wmi_update_noa()
|