Home
last modified time | relevance | path

Searched refs:udp_tunnel_nic (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/net/ipv4/
Dudp_tunnel_nic.c39 struct udp_tunnel_nic { struct
111 udp_tunnel_nic_entry_queue(struct udp_tunnel_nic *utn, in udp_tunnel_nic_entry_queue()
130 udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_is_empty()
143 udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_should_replay()
169 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_get_port()
171 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_get_port()
182 dev->udp_tunnel_nic->entries[table][idx].hw_priv = priv; in __udp_tunnel_nic_set_port_priv()
210 struct udp_tunnel_nic *utn, in udp_tunnel_nic_device_sync_one()
239 struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync_by_port()
251 struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync_by_table()
[all …]
DMakefile32 udp_tunnel-y := udp_tunnel_core.o udp_tunnel_nic.o
/Linux-v5.10/include/net/
Dudp_tunnel.h203 struct udp_tunnel_nic;
208 struct udp_tunnel_nic *udp_tunnel_nic_info;
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_main.c2884 netdev->udp_tunnel_nic_info = &pf->hw.udp_tunnel_nic; in ice_set_ops()
4078 pf->hw.udp_tunnel_nic.set_port = ice_udp_tunnel_set_port; in ice_probe()
4079 pf->hw.udp_tunnel_nic.unset_port = ice_udp_tunnel_unset_port; in ice_probe()
4080 pf->hw.udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP; in ice_probe()
4081 pf->hw.udp_tunnel_nic.shared = &pf->hw.udp_tunnel_shared; in ice_probe()
4084 pf->hw.udp_tunnel_nic.tables[i].n_entries = in ice_probe()
4086 pf->hw.udp_tunnel_nic.tables[i].tunnel_types = in ice_probe()
4091 pf->hw.udp_tunnel_nic.tables[i].n_entries = in ice_probe()
4093 pf->hw.udp_tunnel_nic.tables[i].tunnel_types = in ice_probe()
Dice_type.h680 struct udp_tunnel_nic_info udp_tunnel_nic; member
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e.h483 struct udp_tunnel_nic_info udp_tunnel_nic; member
Di40e_main.c12862 netdev->udp_tunnel_nic_info = &pf->udp_tunnel_nic; in i40e_config_netdev()
14993 pf->udp_tunnel_nic.set_port = i40e_udp_tunnel_set_port; in i40e_probe()
14994 pf->udp_tunnel_nic.unset_port = i40e_udp_tunnel_unset_port; in i40e_probe()
14995 pf->udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP; in i40e_probe()
14996 pf->udp_tunnel_nic.shared = &pf->udp_tunnel_shared; in i40e_probe()
14997 pf->udp_tunnel_nic.tables[0].n_entries = I40E_MAX_PF_UDP_OFFLOAD_PORTS; in i40e_probe()
14998 pf->udp_tunnel_nic.tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN | in i40e_probe()
/Linux-v5.10/include/linux/
Dnetdevice.h69 struct udp_tunnel_nic;
2163 struct udp_tunnel_nic *udp_tunnel_nic; member