IEEE80211_FCTL_MOREFRAGS 149 include/linux/ieee80211.h return (fc & cpu_to_le16(IEEE80211_FCTL_MOREFRAGS)) != 0; IEEE80211_FCTL_MOREFRAGS 599 net/ieee80211/ieee80211_rx.c if ((frag != 0) || (fc & IEEE80211_FCTL_MOREFRAGS)) { IEEE80211_FCTL_MOREFRAGS 608 net/ieee80211/ieee80211_rx.c (fc & IEEE80211_FCTL_MOREFRAGS) != 0, IEEE80211_FCTL_MOREFRAGS 638 net/ieee80211/ieee80211_rx.c if (fc & IEEE80211_FCTL_MOREFRAGS) { IEEE80211_FCTL_MOREFRAGS 482 net/ieee80211/ieee80211_tx.c cpu_to_le16(fc | IEEE80211_FCTL_MOREFRAGS); IEEE80211_FCTL_MOREFRAGS 667 net/mac80211/tx.c hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_MOREFRAGS); IEEE80211_FCTL_MOREFRAGS 695 net/mac80211/tx.c fhdr->frame_control &= cpu_to_le16(~IEEE80211_FCTL_MOREFRAGS);