Searched refs:ndo_add_vxlan_port (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/ |
D | vxlan.c | 631 if (dev->netdev_ops->ndo_add_vxlan_port) in vxlan_notify_add_rx_port() 632 dev->netdev_ops->ndo_add_vxlan_port(dev, sa_family, in vxlan_notify_add_rx_port() 2505 dev->netdev_ops->ndo_add_vxlan_port(dev, sa_family, in vxlan_get_rx_port()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 1378 .ndo_add_vxlan_port = fm10k_add_vxlan_port,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2511 .ndo_add_vxlan_port = mlx4_en_add_vxlan_port, 2549 .ndo_add_vxlan_port = mlx4_en_add_vxlan_port,
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 1213 void (*ndo_add_vxlan_port)(struct net_device *dev, member
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 543 .ndo_add_vxlan_port = qlcnic_add_vxlan_port,
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 5345 .ndo_add_vxlan_port = be_add_vxlan_port,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 5535 .ndo_add_vxlan_port = bnxt_add_vxlan_port,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8442 .ndo_add_vxlan_port = ixgbe_add_vxlan_port,
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 8599 .ndo_add_vxlan_port = i40e_add_vxlan_port,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13014 .ndo_add_vxlan_port = bnx2x_add_vxlan_port,
|