Home
last modified time | relevance | path

Searched refs:frame_len (Results 1 – 7 of 7) sorted by relevance

/net/mac80211/
A Dfils_aead.c269 u8 *frame, size_t *frame_len, in fils_decrypt_assoc_resp() argument
280 if (*frame_len < 24 + 6) in fils_decrypt_assoc_resp()
286 ies, frame + *frame_len - ies); in fils_decrypt_assoc_resp()
316 crypt_len = frame + *frame_len - encr; in fils_decrypt_assoc_resp()
331 *frame_len -= AES_BLOCK_SIZE; in fils_decrypt_assoc_resp()
A Dfils_aead.h13 u8 *frame, size_t *frame_len,
A Dibss.c53 int frame_len; in ieee80211_ibss_build_presp() local
56 frame_len = sizeof(struct ieee80211_hdr_3addr) + in ieee80211_ibss_build_presp()
69 presp = kzalloc(sizeof(*presp) + frame_len, GFP_KERNEL); in ieee80211_ibss_build_presp()
202 if (WARN_ON(presp->head_len > frame_len)) in ieee80211_ibss_build_presp()
A Dutil.c178 size_t frame_len, in ieee80211_generic_frame_duration() argument
194 dur = ieee80211_frame_duration(band, frame_len, rate->bitrate, erp, in ieee80211_generic_frame_duration()
202 struct ieee80211_vif *vif, size_t frame_len, in ieee80211_rts_duration() argument
233 dur += ieee80211_frame_duration(sband->band, frame_len, bitrate, in ieee80211_rts_duration()
245 size_t frame_len, in ieee80211_ctstoself_duration() argument
272 dur = ieee80211_frame_duration(sband->band, frame_len, bitrate, in ieee80211_ctstoself_duration()
A Dtx.c5939 const void *frame, size_t frame_len, in ieee80211_rts_get() argument
5947 rts->duration = ieee80211_rts_duration(hw, vif, frame_len, in ieee80211_rts_get()
5955 const void *frame, size_t frame_len, in ieee80211_ctstoself_get() argument
5964 frame_len, frame_txctl); in ieee80211_ctstoself_get()
A Dmlme.c8012 int frame_len = offsetofend(struct ieee80211_mgmt, in ieee80211_send_teardown_neg_ttlm() local
8016 skb = dev_alloc_skb(local->hw.extra_tx_headroom + frame_len); in ieee80211_send_teardown_neg_ttlm()
8021 mgmt = skb_put_zero(skb, frame_len); in ieee80211_send_teardown_neg_ttlm()
10829 int frame_len = offsetofend(struct ieee80211_mgmt, in ieee80211_mgd_set_epcs() local
10845 skb = dev_alloc_skb(local->hw.extra_tx_headroom + frame_len); in ieee80211_mgd_set_epcs()
10850 mgmt = skb_put_zero(skb, frame_len); in ieee80211_mgd_set_epcs()
/net/xdp/
A Dxsk_buff_pool.c86 pool->frame_len = umem->chunk_size - umem->headroom - in xp_create_and_assign_umem()
580 xp_dma_sync_for_device(pool, xskb->dma, pool->frame_len); in xp_alloc()

Completed in 40 milliseconds