Searched refs:TUN_USER_FEATURES (Results 1 – 1 of 1) sorted by relevance
187 #define TUN_USER_FEATURES (NETIF_F_HW_CSUM|NETIF_F_TSO_ECN|NETIF_F_TSO| \ macro996 TUN_USER_FEATURES | NETIF_F_HW_VLAN_CTAG_TX | in tun_net_init()1172 return (features & tun->set_features) | (features & ~TUN_USER_FEATURES); in tun_net_fix_features()2933 tun->dev->wanted_features &= ~TUN_USER_FEATURES; in set_offload()