Searched refs:br_promisc_port (Results 1 – 3 of 3) sorted by relevance
105 if (br_promisc_port(p)) in br_port_set_promisc()125 if (!br_promisc_port(p) || !(p->dev->priv_flags & IFF_UNICAST_FLT)) in br_port_clear_promisc()252 if (br_promisc_port(p)) in nbp_delete_promisc()640 if (!br_promisc_port(p) && (p->dev->priv_flags & IFF_UNICAST_FLT)) { in br_add_if()
282 if (!br_promisc_port(p)) { in fdb_add_hw_addr()292 if (!br_promisc_port(p)) in fdb_add_hw_addr()309 if (!br_promisc_port(p)) in fdb_del_hw_addr()
422 #define br_promisc_port(p) ((p)->flags & BR_PROMISC) macro