max_pkt_offset    491 drivers/net/ethernet/netronome/nfp/bpf/offload.c 	pkt_off = min(prog->aux->max_pkt_offset, nn->dp.netdev->mtu);
max_pkt_offset     21 drivers/net/wireless/ath/ath10k/wow.c 	.max_pkt_offset = WOW_MAX_PKT_OFFSET,
max_pkt_offset    626 drivers/net/wireless/ath/ath10k/wow.c 		ar->wow.wowlan_support.max_pkt_offset -= WOW_MAX_REDUCE;
max_pkt_offset   6572 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	.max_pkt_offset = 1500,
max_pkt_offset   4236 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	.max_pkt_offset = MWIFIEX_MAX_OFFSET_LEN,
max_pkt_offset   4246 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	.max_pkt_offset = MWIFIEX_MAX_OFFSET_LEN,
max_pkt_offset   4268 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	.max_pkt_offset = MWIFIEX_MAX_OFFSET_LEN,
max_pkt_offset     56 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	.max_pkt_offset = 0,
max_pkt_offset    372 include/linux/bpf.h 	u32 max_pkt_offset;
max_pkt_offset   4215 include/net/cfg80211.h 	int max_pkt_offset;
max_pkt_offset   4236 include/net/cfg80211.h 	int max_pkt_offset;
max_pkt_offset   4724 include/uapi/linux/nl80211.h 	__u32 max_pkt_offset;
max_pkt_offset   2344 kernel/bpf/verifier.c 	env->prog->aux->max_pkt_offset =
max_pkt_offset   2345 kernel/bpf/verifier.c 		max_t(u32, env->prog->aux->max_pkt_offset,
max_pkt_offset   9097 kernel/bpf/verifier.c 			env->prog->aux->max_pkt_offset = MAX_PACKET_OFF;
max_pkt_offset   1494 net/wireless/nl80211.c 			.max_pkt_offset = rdev->wiphy.wowlan->max_pkt_offset,
max_pkt_offset   1529 net/wireless/nl80211.c 	rule.pat.max_pkt_offset = rdev->wiphy.coalesce->max_pkt_offset;
max_pkt_offset   11683 net/wireless/nl80211.c 			if (pkt_offset > wowlan->max_pkt_offset)
max_pkt_offset   11933 net/wireless/nl80211.c 		if (pkt_offset > coalesce->max_pkt_offset)