Searched refs:macvlan (Results 1 – 13 of 13) sorted by relevance
73 struct macvlan_dev *macvlan = netdev_priv(dev); in macvlan_dev_real_dev() local75 return macvlan->lowerdev; in macvlan_dev_real_dev()88 struct macvlan_dev *macvlan = netdev_priv(dev); in macvlan_accel_priv() local90 return macvlan->accel_priv; in macvlan_accel_priv()95 struct macvlan_dev *macvlan = netdev_priv(dev); in macvlan_supports_dest_filter() local97 return macvlan->mode == MACVLAN_MODE_PRIVATE || in macvlan_supports_dest_filter()98 macvlan->mode == MACVLAN_MODE_VEPA || in macvlan_supports_dest_filter()99 macvlan->mode == MACVLAN_MODE_BRIDGE; in macvlan_supports_dest_filter()104 struct macvlan_dev *macvlan = netdev_priv(dev); in macvlan_release_l2fw_offload() local106 macvlan->accel_priv = NULL; in macvlan_release_l2fw_offload()[all …]
869 struct net_device *sdev = l2_accel->macvlan[i]; in fm10k_update_vid()1125 struct net_device *sdev = l2_accel->macvlan[i]; in fm10k_restore_rx_state()1152 struct net_device *sdev = l2_accel->macvlan[i]; in fm10k_restore_rx_state()1368 size = offsetof(struct fm10k_l2_accel, macvlan[7]); in fm10k_dfwd_add_station()1386 macvlan[(l2_accel->size * 2) + 1]); in fm10k_dfwd_add_station()1393 macvlan[old_l2_accel->size])); in fm10k_dfwd_add_station()1404 if (!l2_accel->macvlan[i]) in fm10k_dfwd_add_station()1409 l2_accel->macvlan[i] = sdev; in fm10k_dfwd_add_station()1459 if (l2_accel->macvlan[i] == sdev) in fm10k_dfwd_del_station()1488 l2_accel->macvlan[i] = NULL; in fm10k_dfwd_del_station()
44 struct net_device *macvlan[]; member
415 if (idx < l2_accel->size && l2_accel->macvlan[idx]) in fm10k_type_trans()416 dev = l2_accel->macvlan[idx]; in fm10k_type_trans()
204 address 00:00:5e:00:01:01 type macvlan mode private210 address 00:00:5e:00:01:01 type macvlan mode private354 address 00:00:5e:00:01:01 type macvlan mode private360 address 00:00:5e:00:01:01 type macvlan mode private
222 address 00:00:5e:00:01:01 type macvlan mode private228 address 00:00:5e:00:01:01 type macvlan mode private393 address 00:00:5e:00:01:01 type macvlan mode private399 address 00:00:5e:00:01:01 type macvlan mode private
49 address "${ns_mac}" type macvlan
18 obj-$(CONFIG_MACVLAN) += macvlan.o
176 "ip link add link <real dev> [ address MAC ] [ NAME ] type macvlan"179 will be called macvlan.189 can be added in the same way as a macvlan device, using 'type
12 This is conceptually very similar to the macvlan driver with one major120 6. What to choose (macvlan vs. ipvlan)?
424 struct macvlan_dev *macvlan = netdev_priv(dev); in mlx5e_rep_macvlan_mode_supported() local426 return macvlan->mode == MACVLAN_MODE_PASSTHRU; in mlx5e_rep_macvlan_mode_supported()
513 type macvlan mode private &> /dev/null517 ip link add link br0.10 name macvlan0 type macvlan mode private
828 checking if the MACVLAN driver is loaded. You can run 'lsmod | grep macvlan' to829 see if the MACVLAN driver is loaded or run 'modprobe macvlan' to try to load
Completed in 30 milliseconds