Home
last modified time | relevance | path

Searched refs:br_auto_port (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/bridge/
H A Dbr_if.c171 (br->auto_cnt == 1 && br_auto_port(p)))) in br_manage_promisc()
237 if (br_auto_port(p)) in nbp_update_port_count()
H A Dbr_private.h445 #define br_auto_port(p) ((p)->flags & BR_AUTO_MASK) macro