Searched refs:BRIDGE_VLANDB_ENTRY_NEIGH_SUPPRESS (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/bridge/
H A Dbr_vlan_options.c56 nla_put_u8(skb, BRIDGE_VLANDB_ENTRY_NEIGH_SUPPRESS,
85 + nla_total_size(sizeof(u8)) /* BRIDGE_VLANDB_ENTRY_NEIGH_SUPPRESS */
245 if (tb[BRIDGE_VLANDB_ENTRY_NEIGH_SUPPRESS]) {
247 bool val = nla_get_u8(tb[BRIDGE_VLANDB_ENTRY_NEIGH_SUPPRESS]);
H A Dbr_vlan.c2137 [BRIDGE_VLANDB_ENTRY_NEIGH_SUPPRESS] = NLA_POLICY_MAX(NLA_U8, 1),
/linux-master/include/uapi/linux/
H A Dif_bridge.h528 BRIDGE_VLANDB_ENTRY_NEIGH_SUPPRESS, enumerator in enum:__anon3553

Completed in 142 milliseconds