Searched refs:set_offload (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tap.c | 922 static int set_offload(struct tap_queue *q, unsigned long arg) in set_offload() function 1083 ret = set_offload(q, arg); in tap_ioctl()
|
H A D | tun.c | 2888 static int set_offload(struct tun_struct *tun, unsigned long arg) in set_offload() function 3235 ret = set_offload(tun, arg); in __tun_chr_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tap.c | 952 static int set_offload(struct tap_queue *q, unsigned long arg) in set_offload() function 1119 ret = set_offload(q, arg); in tap_ioctl()
|
H A D | tun.c | 2893 static int set_offload(struct tun_struct *tun, unsigned long arg) in set_offload() function 3254 ret = set_offload(tun, arg); in __tun_chr_ioctl()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rx.c | 4512 bool set_offload = false; in ieee80211_check_fast_rx() local 4637 set_offload = !test_and_set_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD); in ieee80211_check_fast_rx() 4639 set_offload = test_and_clear_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD); in ieee80211_check_fast_rx() 4641 if (set_offload) in ieee80211_check_fast_rx()
|
Completed in 18 milliseconds