Searched refs:macvlan_passthru (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/
H A Dmacvlan.c75 static inline bool macvlan_passthru(const struct macvlan_port *port) function
218 if (!macvlan_passthru(port) && !macvlan_addr_change(port) &&
498 if (macvlan_passthru(port))
621 if (macvlan_passthru(vlan->port)) {
696 if (macvlan_passthru(vlan->port)) {
731 if (!macvlan_passthru(port)) {
741 if (macvlan_passthru(port) && !macvlan_addr_change(port)) {
784 if (!macvlan_passthru(vlan->port) && change & IFF_PROMISC)
1035 if (!macvlan_passthru(vlan->port) && is_unicast_ether_addr(addr))
1060 if (!macvlan_passthru(vla
[all...]

Completed in 110 milliseconds