Home
last modified time | relevance | path

Searched refs:udp_tunnels (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/netdevsim/
H A DMakefile6 netdev.o dev.o ethtool.o fib.o bus.o health.o hwstats.o udp_tunnels.o
/linux-6.15/drivers/net/ethernet/sfc/
H A Def10.c570 nic_data->udp_tunnels[i].type = in efx_ef10_probe()
699 memset(nic_data->udp_tunnels, 0, sizeof(nic_data->udp_tunnels)); in efx_ef10_probe()
966 memset(nic_data->udp_tunnels, 0, sizeof(nic_data->udp_tunnels)); in efx_ef10_remove()
3811 BUILD_BUG_ON(ARRAY_SIZE(nic_data->udp_tunnels) > in efx_ef10_set_udp_tnl_ports()
3815 if (nic_data->udp_tunnels[i].type != in efx_ef10_set_udp_tnl_ports()
3821 ntohs(nic_data->udp_tunnels[i].port), in efx_ef10_set_udp_tnl_ports()
3823 nic_data->udp_tunnels[i].type); in efx_ef10_set_udp_tnl_ports()
3926 nic_data->udp_tunnels[entry].port = ti->port; in efx_ef10_udp_tnl_set_port()
3954 if (nic_data->udp_tunnels[i].type != in efx_ef10_udp_tnl_has_port()
3956 nic_data->udp_tunnels[i].port == port) in efx_ef10_udp_tnl_has_port()
[all …]
H A Dnic.h201 struct efx_udp_tunnel udp_tunnels[16]; member