Searched refs:max_pkt_offset (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/wireless/ath/ath10k/ |
A D | wow.c | 21 .max_pkt_offset = WOW_MAX_PKT_OFFSET, 626 ar->wow.wowlan_support.max_pkt_offset -= WOW_MAX_REDUCE; in ath10k_wow_init()
|
/linux/Documentation/bpf/ |
A D | drgn.rst | 130 .max_pkt_offset = (u32)15,
|
/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
A D | offload.c | 490 pkt_off = min(prog->aux->max_pkt_offset, mtu); in nfp_bpf_offload_check_mtu()
|
/linux/include/uapi/linux/ |
A D | nl80211.h | 5217 __u32 max_pkt_offset; member
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | cfg80211.c | 4273 .max_pkt_offset = MWIFIEX_MAX_OFFSET_LEN, 4283 .max_pkt_offset = MWIFIEX_MAX_OFFSET_LEN, 4305 .max_pkt_offset = MWIFIEX_MAX_OFFSET_LEN,
|
/linux/include/net/ |
A D | cfg80211.h | 4674 int max_pkt_offset; member 4695 int max_pkt_offset; member
|
/linux/include/linux/ |
A D | bpf.h | 856 u32 max_pkt_offset; member
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
A D | ioctl_cfg80211.c | 55 .max_pkt_offset = 0,
|
/linux/net/wireless/ |
A D | nl80211.c | 1681 .max_pkt_offset = rdev->wiphy.wowlan->max_pkt_offset, in nl80211_send_wowlan() 1716 rule.pat.max_pkt_offset = rdev->wiphy.coalesce->max_pkt_offset; in nl80211_send_coalesce() 12743 if (pkt_offset > wowlan->max_pkt_offset) in nl80211_set_wowlan() 12993 if (pkt_offset > coalesce->max_pkt_offset) in nl80211_parse_coalesce_rule()
|
/linux/kernel/bpf/ |
A D | verifier.c | 3547 env->prog->aux->max_pkt_offset = in check_packet_access() 3548 max_t(u32, env->prog->aux->max_pkt_offset, in check_packet_access() 13040 prog->aux->max_pkt_offset = MAX_PACKET_OFF; in do_misc_fixups()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | cfg80211.c | 7113 .max_pkt_offset = 1500,
|
Completed in 117 milliseconds