Home
last modified time | relevance | path

Searched refs:set_offload (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/
Dtap.c937 static int set_offload(struct tap_queue *q, unsigned long arg) in set_offload() function
1098 ret = set_offload(q, arg); in tap_ioctl()
Dtun.c2867 static int set_offload(struct tun_struct *tun, unsigned long arg) in set_offload() function
3219 ret = set_offload(tun, arg); in __tun_chr_ioctl()
/linux-6.1.9/net/mac80211/
Drx.c4406 bool set_offload = false; in ieee80211_check_fast_rx() local
4525 set_offload = !test_and_set_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD); in ieee80211_check_fast_rx()
4527 set_offload = test_and_clear_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD); in ieee80211_check_fast_rx()
4529 if (set_offload) in ieee80211_check_fast_rx()