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

/linux-master/drivers/net/
H A Dtun.c189 #define TUN_USER_FEATURES (NETIF_F_HW_CSUM|NETIF_F_TSO_ECN|NETIF_F_TSO| \ macro
991 TUN_USER_FEATURES | NETIF_F_HW_VLAN_CTAG_TX |
1166 return (features & tun->set_features) | (features & ~TUN_USER_FEATURES);
2922 tun->dev->wanted_features &= ~TUN_USER_FEATURES;

Completed in 90 milliseconds