Searched refs:set_offload (Results 1 – 3 of 3) sorted by relevance
920 static int set_offload(struct tap_queue *q, unsigned long arg) in set_offload() function1081 ret = set_offload(q, arg); in tap_ioctl()
2803 static int set_offload(struct tun_struct *tun, unsigned long arg) in set_offload() function3155 ret = set_offload(tun, arg); in __tun_chr_ioctl()
4250 bool set_offload = false; in ieee80211_check_fast_rx() local4369 set_offload = !test_and_set_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD); in ieee80211_check_fast_rx()4371 set_offload = test_and_clear_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD); in ieee80211_check_fast_rx()4373 if (set_offload) in ieee80211_check_fast_rx()
Completed in 18 milliseconds