Home
last modified time | relevance | path

Searched refs:TUN_F_TSO4 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/net/
H A Dtap-linux.h49 #define TUN_F_TSO4 0x02 /* I can handle TSO for IPv4 packets */ macro
H A Dtap-linux.c244 offload |= TUN_F_TSO4; in tap_fd_set_offload()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h87 #define TUN_F_TSO4 0x02 /* I can handle TSO for IPv4 packets */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h89 #define TUN_F_TSO4 0x02 /* I can handle TSO for IPv4 packets */ macro
/openbmc/linux/drivers/net/
H A Dtap.c967 if (arg & (TUN_F_TSO4 | TUN_F_TSO6)) { in set_offload()
970 if (arg & TUN_F_TSO4) in set_offload()
1113 if (arg & ~(TUN_F_CSUM | TUN_F_TSO4 | TUN_F_TSO6 | in tap_ioctl()
H A Dtun.c2906 if (arg & (TUN_F_TSO4|TUN_F_TSO6)) { in set_offload()
2911 if (arg & TUN_F_TSO4) in set_offload()
2915 arg &= ~(TUN_F_TSO4|TUN_F_TSO6); in set_offload()
/openbmc/linux/arch/um/drivers/
H A Dvector_user.c152 offload = TUN_F_CSUM | TUN_F_TSO4 | TUN_F_TSO6; in create_tap_fd()