Home
last modified time | relevance | path

Searched refs:MACVLAN_MODE_PASSTHRU (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/
H A Dmacvlan.c305 MACVLAN_MODE_PASSTHRU| in macvlan_multicast_rx()
764 if (vlan->mode == MACVLAN_MODE_PASSTHRU) { in macvlan_set_mac_address()
1342 case MACVLAN_MODE_PASSTHRU: in macvlan_validate()
1517 if (vlan->mode == MACVLAN_MODE_PASSTHRU) { in macvlan_common_newlink()
1612 if ((mode == MACVLAN_MODE_PASSTHRU) != in macvlan_changelink()
1613 (vlan->mode == MACVLAN_MODE_PASSTHRU)) in macvlan_changelink()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h618 MACVLAN_MODE_PASSTHRU = 8,/* take over the underlying device */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dif_link.h650 MACVLAN_MODE_PASSTHRU = 8,/* take over the underlying device */ enumerator
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c426 return macvlan->mode == MACVLAN_MODE_PASSTHRU; in mlx5e_rep_macvlan_mode_supported()