Symbol: udp_tunnel_nic
drivers/net/ethernet/intel/i40e/i40e.h
522
struct udp_tunnel_nic_info udp_tunnel_nic;
drivers/net/ethernet/intel/i40e/i40e_main.c
13681
netdev->udp_tunnel_nic_info = &pf->udp_tunnel_nic;
drivers/net/ethernet/intel/i40e/i40e_main.c
15851
pf->udp_tunnel_nic.set_port = i40e_udp_tunnel_set_port;
drivers/net/ethernet/intel/i40e/i40e_main.c
15852
pf->udp_tunnel_nic.unset_port = i40e_udp_tunnel_unset_port;
drivers/net/ethernet/intel/i40e/i40e_main.c
15853
pf->udp_tunnel_nic.shared = &pf->udp_tunnel_shared;
drivers/net/ethernet/intel/i40e/i40e_main.c
15854
pf->udp_tunnel_nic.tables[0].n_entries = I40E_MAX_PF_UDP_OFFLOAD_PORTS;
drivers/net/ethernet/intel/i40e/i40e_main.c
15855
pf->udp_tunnel_nic.tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN |
drivers/net/ethernet/intel/ice/ice_main.c
3455
netdev->udp_tunnel_nic_info = &pf->hw.udp_tunnel_nic;
drivers/net/ethernet/intel/ice/ice_main.c
3972
struct udp_tunnel_nic_info *udp_tunnel_nic = &pf->hw.udp_tunnel_nic;
drivers/net/ethernet/intel/ice/ice_main.c
4007
udp_tunnel_nic->set_port = ice_udp_tunnel_set_port;
drivers/net/ethernet/intel/ice/ice_main.c
4008
udp_tunnel_nic->unset_port = ice_udp_tunnel_unset_port;
drivers/net/ethernet/intel/ice/ice_main.c
4009
udp_tunnel_nic->shared = &hw->udp_tunnel_shared;
drivers/net/ethernet/intel/ice/ice_main.c
4010
udp_tunnel_nic->tables[0].n_entries = hw->tnl.valid_count[TNL_VXLAN];
drivers/net/ethernet/intel/ice/ice_main.c
4011
udp_tunnel_nic->tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN;
drivers/net/ethernet/intel/ice/ice_main.c
4012
udp_tunnel_nic->tables[1].n_entries = hw->tnl.valid_count[TNL_GENEVE];
drivers/net/ethernet/intel/ice/ice_main.c
4013
udp_tunnel_nic->tables[1].tunnel_types = UDP_TUNNEL_TYPE_GENEVE;
drivers/net/ethernet/intel/ice/ice_type.h
1012
struct udp_tunnel_nic_info udp_tunnel_nic;
include/linux/netdevice.h
2516
struct udp_tunnel_nic *udp_tunnel_nic;
include/linux/netdevice.h
78
struct udp_tunnel_nic;
include/net/udp_tunnel.h
253
struct udp_tunnel_nic;
include/net/udp_tunnel.h
258
struct udp_tunnel_nic *udp_tunnel_nic_info;
net/ipv4/udp_tunnel_nic.c
112
udp_tunnel_nic_entry_queue(struct udp_tunnel_nic *utn,
net/ipv4/udp_tunnel_nic.c
131
udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn)
net/ipv4/udp_tunnel_nic.c
144
udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn)
net/ipv4/udp_tunnel_nic.c
170
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
172
utn = dev->udp_tunnel_nic;
net/ipv4/udp_tunnel_nic.c
183
dev->udp_tunnel_nic->entries[table][idx].hw_priv = priv;
net/ipv4/udp_tunnel_nic.c
211
struct udp_tunnel_nic *utn,
net/ipv4/udp_tunnel_nic.c
240
struct udp_tunnel_nic *utn)
net/ipv4/udp_tunnel_nic.c
252
struct udp_tunnel_nic *utn)
net/ipv4/udp_tunnel_nic.c
282
__udp_tunnel_nic_device_sync(struct net_device *dev, struct udp_tunnel_nic *utn)
net/ipv4/udp_tunnel_nic.c
300
udp_tunnel_nic_device_sync(struct net_device *dev, struct udp_tunnel_nic *utn)
net/ipv4/udp_tunnel_nic.c
316
udp_tunnel_nic_is_capable(struct net_device *dev, struct udp_tunnel_nic *utn,
net/ipv4/udp_tunnel_nic.c
334
udp_tunnel_nic_has_collision(struct net_device *dev, struct udp_tunnel_nic *utn,
net/ipv4/udp_tunnel_nic.c
356
udp_tunnel_nic_entry_adj(struct udp_tunnel_nic *utn,
net/ipv4/udp_tunnel_nic.c
394
udp_tunnel_nic_entry_try_adj(struct udp_tunnel_nic *utn,
net/ipv4/udp_tunnel_nic.c
418
udp_tunnel_nic_try_existing(struct net_device *dev, struct udp_tunnel_nic *utn,
net/ipv4/udp_tunnel_nic.c
439
udp_tunnel_nic_add_existing(struct net_device *dev, struct udp_tunnel_nic *utn,
net/ipv4/udp_tunnel_nic.c
446
udp_tunnel_nic_del_existing(struct net_device *dev, struct udp_tunnel_nic *utn,
net/ipv4/udp_tunnel_nic.c
453
udp_tunnel_nic_add_new(struct net_device *dev, struct udp_tunnel_nic *utn,
net/ipv4/udp_tunnel_nic.c
493
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
495
utn = dev->udp_tunnel_nic;
net/ipv4/udp_tunnel_nic.c
526
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
528
utn = dev->udp_tunnel_nic;
net/ipv4/udp_tunnel_nic.c
543
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
546
utn = dev->udp_tunnel_nic;
net/ipv4/udp_tunnel_nic.c
579
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
583
utn = dev->udp_tunnel_nic;
net/ipv4/udp_tunnel_nic.c
605
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
609
utn = dev->udp_tunnel_nic;
net/ipv4/udp_tunnel_nic.c
639
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
641
utn = dev->udp_tunnel_nic;
net/ipv4/udp_tunnel_nic.c
648
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
650
utn = dev->udp_tunnel_nic;
net/ipv4/udp_tunnel_nic.c
657
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
659
utn = dev->udp_tunnel_nic;
net/ipv4/udp_tunnel_nic.c
678
udp_tunnel_nic_flush(struct net_device *dev, struct udp_tunnel_nic *utn)
net/ipv4/udp_tunnel_nic.c
701
udp_tunnel_nic_replay(struct net_device *dev, struct udp_tunnel_nic *utn)
net/ipv4/udp_tunnel_nic.c
730
struct udp_tunnel_nic *utn =
net/ipv4/udp_tunnel_nic.c
731
container_of(work, struct udp_tunnel_nic, work.work);
net/ipv4/udp_tunnel_nic.c
751
static struct udp_tunnel_nic *
net/ipv4/udp_tunnel_nic.c
755
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
781
static void udp_tunnel_nic_free(struct udp_tunnel_nic *utn)
net/ipv4/udp_tunnel_nic.c
794
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
853
dev->udp_tunnel_nic = utn;
net/ipv4/udp_tunnel_nic.c
865
udp_tunnel_nic_unregister(struct net_device *dev, struct udp_tunnel_nic *utn)
net/ipv4/udp_tunnel_nic.c
914
dev->udp_tunnel_nic = NULL;
net/ipv4/udp_tunnel_nic.c
924
struct udp_tunnel_nic *utn;
net/ipv4/udp_tunnel_nic.c
939
utn = dev->udp_tunnel_nic;