Searched refs:set_offload (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/net/ |
H A D | net.h | 88 SetOffload *set_offload; member
|
/openbmc/qemu/net/ |
H A D | netmap.c | 392 .set_offload = netmap_set_offload,
|
H A D | net.c | 536 if (!nc || !nc->info->set_offload) { in qemu_set_offload() 540 nc->info->set_offload(nc, csum, tso4, tso6, ecn, ufo, uso4, uso6); in qemu_set_offload()
|
H A D | tap.c | 345 .set_offload = tap_set_offload,
|
/openbmc/linux/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 | 2898 static int set_offload(struct tun_struct *tun, unsigned long arg) in set_offload() function 3259 ret = set_offload(tun, arg); in __tun_chr_ioctl()
|
/openbmc/linux/net/mac80211/ |
H A D | rx.c | 4519 bool set_offload = false; in ieee80211_check_fast_rx() local 4644 set_offload = !test_and_set_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD); in ieee80211_check_fast_rx() 4646 set_offload = test_and_clear_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD); in ieee80211_check_fast_rx() 4648 if (set_offload) in ieee80211_check_fast_rx()
|