Home
last modified time | relevance | path

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

/Linux-v5.4/net/8021q/
Dvlan.h100 (NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO | NETIF_F_GSO_ENCAP_ALL); in vlan_tnl_features()
102 if ((ret & NETIF_F_GSO_ENCAP_ALL) && (ret & NETIF_F_CSUM_MASK)) in vlan_tnl_features()
Dvlan_dev.c541 NETIF_F_GSO_ENCAP_ALL | in vlan_dev_init()
/Linux-v5.4/drivers/net/
Ddummy.c157 dev->features |= NETIF_F_GSO_ENCAP_ALL; in dummy_setup()
Dnet_failover.c423 dev->hw_enc_features = enc_features | NETIF_F_GSO_ENCAP_ALL; in net_failover_compute_features()
747 failover_dev->hw_features |= NETIF_F_GSO_ENCAP_ALL; in net_failover_create()
Difb.c191 NETIF_F_GSO_ENCAP_ALL | \
Dveth.c1183 NETIF_F_GSO_SOFTWARE | NETIF_F_GSO_ENCAP_ALL | \
Dmacvlan.c857 NETIF_F_GSO_ROBUST | NETIF_F_GSO_ENCAP_ALL)
/Linux-v5.4/include/linux/
Dnetdev_features.h236 #define NETIF_F_GSO_ENCAP_ALL (NETIF_F_GSO_GRE | \ macro
/Linux-v5.4/net/openvswitch/
Dvport-internal_dev.c146 NETIF_F_GSO_SOFTWARE | NETIF_F_GSO_ENCAP_ALL; in do_setup()
/Linux-v5.4/include/net/
Dip_tunnels.h430 skb_shinfo(skb)->gso_type &= ~(NETIF_F_GSO_ENCAP_ALL >> in iptunnel_pull_offloads()
/Linux-v5.4/drivers/net/team/
Dteam.c1006 team->dev->hw_enc_features = enc_features | NETIF_F_GSO_ENCAP_ALL | in __team_compute_features()
2169 dev->hw_features |= NETIF_F_GSO_ENCAP_ALL | NETIF_F_GSO_UDP_L4; in team_setup()
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c1128 bond_dev->hw_enc_features = enc_features | NETIF_F_GSO_ENCAP_ALL | in bond_compute_features()
4326 bond_dev->hw_features |= NETIF_F_GSO_ENCAP_ALL | NETIF_F_GSO_UDP_L4; in bond_setup()