Searched refs:TUN_F_TSO_ECN (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/include/uapi/linux/
H A Dif_tun.h89 #define TUN_F_TSO_ECN 0x08 /* I can handle TSO with ECN bits. */ macro
/linux-master/include/uapi/linux/
H A Dif_tun.h91 #define TUN_F_TSO_ECN 0x08 /* I can handle TSO with ECN bits. */ macro
/linux-master/drivers/net/
H A Dtap.c968 if (arg & TUN_F_TSO_ECN)
1114 TUN_F_TSO_ECN | TUN_F_UFO |
H A Dtun.c2896 if (arg & TUN_F_TSO_ECN) {
2898 arg &= ~TUN_F_TSO_ECN;

Completed in 334 milliseconds