Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtdls.c537 mvm->tdls_cs.peer.skb = skb_copy(tmpl_skb, GFP_KERNEL); in iwl_mvm_tdls_channel_switch()
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Dhw.c894 msdu_copied = skb_copy(skb, GFP_ATOMIC); in ath12k_wifi7_mac_op_tx()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h850 skb_copy(const struct sk_buff *skb, gfp_t gfp) in skb_copy() function
/freebsd/sys/contrib/dev/rtw88/
H A Dfw.c2019 new = skb_copy(skb, GFP_KERNEL); in rtw_append_probe_req_ie()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c4422 struct sk_buff *tx_fetch_ind = skb_copy(skb, GFP_ATOMIC); in ath10k_htt_t2h_msg_handler()
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c8204 new = skb_copy(skb, GFP_KERNEL);