Home
last modified time | relevance | path

Searched refs:br_cfm_created (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/bridge/
H A Dbr_cfm.c850 bool br_cfm_created(struct net_bridge *br) in br_cfm_created() function
H A Dbr_private.h2020 bool br_cfm_created(struct net_bridge *br);
2036 static inline bool br_cfm_created(struct net_bridge *br) in br_cfm_created() function
H A Dbr_netlink.c562 if (!br_cfm_created(br) || port) in br_fill_ifinfo()