Searched defs:fdb (Results 1 - 1 of 1) sorted by relevance

/net/bridge/
H A Dbr_fdb.c65 const struct net_bridge_fdb_entry *fdb)
67 return !fdb->is_static &&
68 time_before_eq(fdb->updated + hold_time(br), jiffies);
267 struct net_bridge_fdb_entry *fdb; local
269 hlist_for_each_entry_rcu(fdb,
271 if (ether_addr_equal(fdb->addr.addr, addr) &&
272 fdb->vlan_id == vid) {
273 if (unlikely(has_expired(br, fdb)))
275 return fdb;
287 struct net_bridge_fdb_entry *fdb; local
64 has_expired(const struct net_bridge *br, const struct net_bridge_fdb_entry *fdb) argument
362 struct net_bridge_fdb_entry *fdb; local
376 struct net_bridge_fdb_entry *fdb; local
391 struct net_bridge_fdb_entry *fdb; local
410 struct net_bridge_fdb_entry *fdb; local
453 struct net_bridge_fdb_entry *fdb; local
491 fdb_to_nud(const struct net_bridge_fdb_entry *fdb) argument
503 fdb_fill_info(struct sk_buff *skb, const struct net_bridge *br, const struct net_bridge_fdb_entry *fdb, u32 portid, u32 seq, int type, unsigned int flags) argument
552 fdb_notify(struct net_bridge *br, const struct net_bridge_fdb_entry *fdb, int type) argument
617 struct net_bridge_fdb_entry *fdb; local
752 struct net_bridge_fdb_entry *fdb; local
[all...]

Completed in 52 milliseconds