Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dudp_tunnel_nic.c39 struct udp_tunnel_nic { struct
169 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_get_port()
171 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_get_port()
504 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_add_port()
506 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_add_port()
539 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_del_port()
559 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_reset_ntf()
592 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_dump_size()
618 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_dump_write()
829 dev->udp_tunnel_nic = utn; in udp_tunnel_nic_register()
[all …]
H A DMakefile33 udp_tunnel-y := udp_tunnel_core.o udp_tunnel_nic.o
/openbmc/linux/include/net/
H A Dudp_tunnel.h207 struct udp_tunnel_nic;
212 struct udp_tunnel_nic *udp_tunnel_nic_info;
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h938 struct udp_tunnel_nic_info udp_tunnel_nic; member
H A Dice_main.c3418 netdev->udp_tunnel_nic_info = &pf->hw.udp_tunnel_nic; in ice_set_ops()
4633 pf->hw.udp_tunnel_nic.set_port = ice_udp_tunnel_set_port; in ice_init_dev()
4634 pf->hw.udp_tunnel_nic.unset_port = ice_udp_tunnel_unset_port; in ice_init_dev()
4635 pf->hw.udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP; in ice_init_dev()
4636 pf->hw.udp_tunnel_nic.shared = &pf->hw.udp_tunnel_shared; in ice_init_dev()
4638 pf->hw.udp_tunnel_nic.tables[0].n_entries = in ice_init_dev()
4640 pf->hw.udp_tunnel_nic.tables[0].tunnel_types = in ice_init_dev()
4644 pf->hw.udp_tunnel_nic.tables[1].n_entries = in ice_init_dev()
4646 pf->hw.udp_tunnel_nic.tables[1].tunnel_types = in ice_init_dev()
/openbmc/linux/include/linux/
H A Dnetdevice.h76 struct udp_tunnel_nic;
2408 struct udp_tunnel_nic *udp_tunnel_nic; member
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h492 struct udp_tunnel_nic_info udp_tunnel_nic; member
H A Di40e_main.c13799 netdev->udp_tunnel_nic_info = &pf->udp_tunnel_nic; in i40e_config_netdev()
16003 pf->udp_tunnel_nic.set_port = i40e_udp_tunnel_set_port; in i40e_probe()
16004 pf->udp_tunnel_nic.unset_port = i40e_udp_tunnel_unset_port; in i40e_probe()
16005 pf->udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP; in i40e_probe()
16006 pf->udp_tunnel_nic.shared = &pf->udp_tunnel_shared; in i40e_probe()
16007 pf->udp_tunnel_nic.tables[0].n_entries = I40E_MAX_PF_UDP_OFFLOAD_PORTS; in i40e_probe()
16008 pf->udp_tunnel_nic.tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN | in i40e_probe()