Searched refs:br_promisc_port (Results 1 – 3 of 3) sorted by relevance
96 if (br_promisc_port(p)) in br_port_set_promisc()116 if (!br_promisc_port(p) || !(p->dev->priv_flags & IFF_UNICAST_FLT)) in br_port_clear_promisc()244 if (br_promisc_port(p)) in nbp_delete_promisc()656 if (!br_promisc_port(p) && (p->dev->priv_flags & IFF_UNICAST_FLT)) { in br_add_if()
164 if (!br_promisc_port(p)) { in fdb_add_hw_addr()174 if (!br_promisc_port(p)) in fdb_add_hw_addr()191 if (!br_promisc_port(p)) in fdb_del_hw_addr()
345 #define br_promisc_port(p) ((p)->flags & BR_PROMISC) macro