Home
last modified time | relevance | path

Searched refs:NETIF_F_GSO_ENCAP_ALL (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlan.h107 (NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO | NETIF_F_GSO_ENCAP_ALL); in vlan_tnl_features()
109 if ((ret & NETIF_F_GSO_ENCAP_ALL) && (ret & NETIF_F_CSUM_MASK)) in vlan_tnl_features()
H A Dvlan_dev.c562 NETIF_F_GSO_ENCAP_ALL | in vlan_dev_init()
/OK3568_Linux_fs/kernel/drivers/net/
H A Ddummy.c129 dev->features |= NETIF_F_GSO_ENCAP_ALL; in dummy_setup()
H A Dnet_failover.c424 dev->hw_enc_features = enc_features | NETIF_F_GSO_ENCAP_ALL; in net_failover_compute_features()
748 failover_dev->hw_features |= NETIF_F_GSO_ENCAP_ALL; in net_failover_create()
H A Difb.c193 NETIF_F_GSO_ENCAP_ALL | \
H A Dveth.c1241 NETIF_F_GSO_SOFTWARE | NETIF_F_GSO_ENCAP_ALL | \
H A Dmacvlan.c867 NETIF_F_GSO_ROBUST | NETIF_F_GSO_ENCAP_ALL)
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdev_features.h246 #define NETIF_F_GSO_ENCAP_ALL (NETIF_F_GSO_GRE | \ macro
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dvport-internal_dev.c128 NETIF_F_GSO_SOFTWARE | NETIF_F_GSO_ENCAP_ALL; in do_setup()
/OK3568_Linux_fs/kernel/include/net/
H A Dip_tunnels.h436 skb_shinfo(skb)->gso_type &= ~(NETIF_F_GSO_ENCAP_ALL >> in iptunnel_pull_offloads()
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_main.c111 NETIF_F_GSO_ROBUST | NETIF_F_GSO_SOFTWARE | NETIF_F_GSO_ENCAP_ALL)
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c1012 team->dev->hw_enc_features = enc_features | NETIF_F_GSO_ENCAP_ALL | in __team_compute_features()
2190 dev->hw_features |= NETIF_F_GSO_ENCAP_ALL | NETIF_F_GSO_UDP_L4; in team_setup()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c1414 bond_dev->hw_enc_features = enc_features | NETIF_F_GSO_ENCAP_ALL | in bond_compute_features()
4907 bond_dev->hw_features |= NETIF_F_GSO_ENCAP_ALL | NETIF_F_GSO_UDP_L4; in bond_setup()