Searched refs:pskb_expand_head (Results 1 – 8 of 8) sorted by relevance
| /freebsd-head/sys/compat/linuxkpi/common/include/linux/ |
| HD | skbuff.h | 980 pskb_expand_head(struct sk_buff *skb, int x, int len, gfp_t gfp) in pskb_expand_head() function
|
| /freebsd-head/sys/contrib/dev/athk/ath11k/ |
| HD | 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-head/sys/contrib/dev/athk/ath12k/ |
| HD | 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-head/sys/contrib/dev/iwlwifi/mvm/ |
| HD | tx.c | 755 if (pskb_expand_head(skb, 0, resp_data->noa_len, GFP_ATOMIC)) { in iwl_mvm_probe_resp_set_noa()
|
| /freebsd-head/sys/contrib/dev/rtw89/ |
| HD | fw.c | 3539 pskb_expand_head(skb_beacon, 0, noa_len, GFP_KERNEL) == 0)) { in rtw89_fw_h2c_update_beacon() 3618 pskb_expand_head(skb_beacon, 0, noa_len, GFP_KERNEL) == 0)) { in rtw89_fw_h2c_update_beacon_be()
|
| /freebsd-head/sys/contrib/dev/athk/ath10k/ |
| HD | htt_rx.c | 2292 (pskb_expand_head(first, 0, space, GFP_ATOMIC) < 0)) { in ath10k_unchain_msdu()
|
| HD | mac.c | 3871 if (!pskb_expand_head(skb, 0, arvif->u.ap.noa_len, in ath10k_tx_h_add_p2p_noa_ie()
|
| HD | wmi.c | 3686 if (!pskb_expand_head(bcn, 0, arvif->u.ap.noa_len, GFP_ATOMIC)) in ath10k_wmi_update_noa()
|