Home
last modified time | relevance | path

Searched refs:udp_tunnel_nic_info (Results 1 - 25 of 59) sorted by relevance

123

/kernel/linux/linux-5.10/net/ipv4/
H A Dudp_tunnel_nic.c132 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_is_empty()
152 table = &dev->udp_tunnel_nic_info->tables[i]; in udp_tunnel_nic_should_replay()
223 err = dev->udp_tunnel_nic_info->set_port(dev, table, idx, &ti); in udp_tunnel_nic_device_sync_one()
225 err = dev->udp_tunnel_nic_info->unset_port(dev, table, idx, in udp_tunnel_nic_device_sync_one()
241 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_device_sync_by_port()
253 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_device_sync_by_table()
286 if (dev->udp_tunnel_nic_info in __udp_tunnel_nic_device_sync()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp_tunnel_nic.c132 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_is_empty()
152 table = &dev->udp_tunnel_nic_info->tables[i]; in udp_tunnel_nic_should_replay()
223 err = dev->udp_tunnel_nic_info->set_port(dev, table, idx, &ti); in udp_tunnel_nic_device_sync_one()
225 err = dev->udp_tunnel_nic_info->unset_port(dev, table, idx, in udp_tunnel_nic_device_sync_one()
241 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_device_sync_by_port()
253 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_device_sync_by_table()
286 if (dev->udp_tunnel_nic_info in __udp_tunnel_nic_device_sync()
[all...]
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H A Dudp_tunnels.c90 static const struct udp_tunnel_nic_info nsim_udp_tunnel_info = {
134 struct udp_tunnel_nic_info *info; in nsim_udp_tunnels_info_create()
193 dev->udp_tunnel_nic_info = info; in nsim_udp_tunnels_info_create()
199 kfree(dev->udp_tunnel_nic_info); in nsim_udp_tunnels_info_destroy()
200 dev->udp_tunnel_nic_info = NULL; in nsim_udp_tunnels_info_destroy()
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Dudp_tunnels.c90 static const struct udp_tunnel_nic_info nsim_udp_tunnel_info = {
134 struct udp_tunnel_nic_info *info; in nsim_udp_tunnels_info_create()
193 dev->udp_tunnel_nic_info = info; in nsim_udp_tunnels_info_create()
199 kfree(dev->udp_tunnel_nic_info); in nsim_udp_tunnels_info_destroy()
200 dev->udp_tunnel_nic_info = NULL; in nsim_udp_tunnels_info_destroy()
/kernel/linux/linux-6.6/net/ethtool/
H A Dtunnels.c40 const struct udp_tunnel_nic_info *info; in ethnl_tunnel_info_reply_size()
45 info = req_base->dev->udp_tunnel_nic_info; in ethnl_tunnel_info_reply_size()
86 const struct udp_tunnel_nic_info *info; in ethnl_tunnel_info_fill_reply()
90 info = req_base->dev->udp_tunnel_nic_info; in ethnl_tunnel_info_fill_reply()
/kernel/linux/linux-5.10/net/ethtool/
H A Dtunnels.c40 const struct udp_tunnel_nic_info *info; in ethnl_tunnel_info_reply_size()
45 info = req_base->dev->udp_tunnel_nic_info; in ethnl_tunnel_info_reply_size()
86 const struct udp_tunnel_nic_info *info; in ethnl_tunnel_info_fill_reply()
90 info = req_base->dev->udp_tunnel_nic_info; in ethnl_tunnel_info_fill_reply()
/kernel/linux/linux-5.10/include/net/
H A Dudp_tunnel.h207 struct udp_tunnel_nic *udp_tunnel_nic_info; member
218 * struct udp_tunnel_nic_info - driver UDP tunnel offload information
246 struct udp_tunnel_nic_info { struct
272 * struct udp_tunnel_nic_info to the netdev and wait for callbacks to come.
/kernel/linux/linux-6.6/include/net/
H A Dudp_tunnel.h212 struct udp_tunnel_nic *udp_tunnel_nic_info; member
223 * struct udp_tunnel_nic_info - driver UDP tunnel offload information
251 struct udp_tunnel_nic_info { struct
277 * struct udp_tunnel_nic_info to the netdev and wait for callbacks to come.
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c373 netdev->udp_tunnel_nic_info = xgbe_get_udp_tunnel_info(); in xgbe_config_netdev()
H A Dxgbe.h1314 const struct udp_tunnel_nic_info *xgbe_get_udp_tunnel_info(void);
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c373 netdev->udp_tunnel_nic_info = xgbe_get_udp_tunnel_info(); in xgbe_config_netdev()
H A Dxgbe.h1351 const struct udp_tunnel_nic_info *xgbe_get_udp_tunnel_info(void);
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c990 static const struct udp_tunnel_nic_info qede_udp_tunnels_both = {
1015 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_both; in qede_set_udp_tunnels()
1017 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_vxlan; in qede_set_udp_tunnels()
1019 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_geneve; in qede_set_udp_tunnels()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c988 static const struct udp_tunnel_nic_info qede_udp_tunnels_both = {
1013 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_both; in qede_set_udp_tunnels()
1015 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_vxlan; in qede_set_udp_tunnels()
1017 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_geneve; in qede_set_udp_tunnels()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_type.h683 struct udp_tunnel_nic_info udp_tunnel_nic;
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c417 static const struct udp_tunnel_nic_info fm10k_udp_tunnels = {
1583 dev->udp_tunnel_nic_info = &fm10k_udp_tunnels; in fm10k_alloc_netdev()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c417 static const struct udp_tunnel_nic_info fm10k_udp_tunnels = {
1581 dev->udp_tunnel_nic_info = &fm10k_udp_tunnels; in fm10k_alloc_netdev()
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
H A Denic_main.c228 static const struct udp_tunnel_nic_info enic_udp_tunnels = {
2957 netdev->udp_tunnel_nic_info = &enic_udp_tunnels_v4; in enic_probe()
2959 netdev->udp_tunnel_nic_info = &enic_udp_tunnels; in enic_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H A Denic_main.c228 static const struct udp_tunnel_nic_info enic_udp_tunnels = {
2941 netdev->udp_tunnel_nic_info = &enic_udp_tunnels_v4; in enic_probe()
2943 netdev->udp_tunnel_nic_info = &enic_udp_tunnels; in enic_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h813 struct udp_tunnel_nic_info nic_info;
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_type.h938 struct udp_tunnel_nic_info udp_tunnel_nic;
/kernel/linux/linux-5.10/drivers/net/
H A Dgeneve.c1882 if (!dev->udp_tunnel_nic_info) in geneve_netdevice_event()
1885 if (!dev->udp_tunnel_nic_info) in geneve_netdevice_event()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1805 static const struct udp_tunnel_nic_info liquidio_udp_tunnels = {
2117 netdev->udp_tunnel_nic_info = &liquidio_udp_tunnels; in setup_nic_devices()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1796 static const struct udp_tunnel_nic_info liquidio_udp_tunnels = {
2106 netdev->udp_tunnel_nic_info = &liquidio_udp_tunnels; in setup_nic_devices()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Def10.c43 static const struct udp_tunnel_nic_info efx_ef10_udp_tunnels;
682 efx->net_dev->udp_tunnel_nic_info = &efx_ef10_udp_tunnels; in efx_ef10_probe()
3951 static const struct udp_tunnel_nic_info efx_ef10_udp_tunnels = {

Completed in 49 milliseconds

123