Home
last modified time | relevance | path

Searched refs:BR_NEIGH_VLAN_SUPPRESS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/bridge/
H A Dbr_arp_nd_proxy.c33 if (p->flags & (BR_NEIGH_SUPPRESS | BR_NEIGH_VLAN_SUPPRESS)) { in br_recalculate_neigh_suppress_enabled()
495 if (p->flags & BR_NEIGH_VLAN_SUPPRESS) { in br_is_neigh_suppress_enabled()
H A Dbr_if.c763 if (mask & (BR_NEIGH_SUPPRESS | BR_NEIGH_VLAN_SUPPRESS)) in br_port_flags_change()
H A Dbr_netlink.c285 !!(p->flags & BR_NEIGH_VLAN_SUPPRESS))) in br_port_fill_attrs()
972 BR_NEIGH_VLAN_SUPPRESS); in br_setport()
/openbmc/linux/include/linux/
H A Dif_bridge.h63 #define BR_NEIGH_VLAN_SUPPRESS BIT(23) macro