Searched refs:br_promisc_port (Results 1 – 2 of 2) sorted by relevance
106 if (br_promisc_port(p)) in br_port_set_promisc()126 if (!br_promisc_port(p) || !(p->dev->priv_flags & IFF_UNICAST_FLT)) in br_port_clear_promisc()254 if (br_promisc_port(p)) in nbp_delete_promisc()634 if (!br_promisc_port(p) && (p->dev->priv_flags & IFF_UNICAST_FLT)) { in br_add_if()
459 #define br_promisc_port(p) test_bit(BR_PROMISC_BIT, &(p)->flags) macro