Lines Matching refs:net_bridge_fdb_entry

32 	.head_offset = offsetof(struct net_bridge_fdb_entry, rhnode),
33 .key_offset = offsetof(struct net_bridge_fdb_entry, key),
43 const struct net_bridge_fdb_entry *, int, bool);
48 sizeof(struct net_bridge_fdb_entry), in br_fdb_init()
81 const struct net_bridge_fdb_entry *fdb) in has_expired()
89 struct net_bridge_fdb_entry *ent in fdb_rcu_free()
90 = container_of(head, struct net_bridge_fdb_entry, rcu); in fdb_rcu_free()
94 static struct net_bridge_fdb_entry *fdb_find_rcu(struct rhashtable *tbl, in fdb_find_rcu()
109 static struct net_bridge_fdb_entry *br_fdb_find(struct net_bridge *br, in br_fdb_find()
113 struct net_bridge_fdb_entry *fdb; in br_fdb_find()
128 struct net_bridge_fdb_entry *f; in br_fdb_find_port()
148 struct net_bridge_fdb_entry *br_fdb_find_rcu(struct net_bridge *br, in br_fdb_find_rcu()
200 static void fdb_delete(struct net_bridge *br, struct net_bridge_fdb_entry *f, in fdb_delete()
218 struct net_bridge_fdb_entry *f) in fdb_delete_local()
254 struct net_bridge_fdb_entry *f; in br_fdb_find_delete_local()
266 struct net_bridge_fdb_entry *f; in br_fdb_changeaddr()
307 struct net_bridge_fdb_entry *f; in br_fdb_change_mac_address()
341 struct net_bridge_fdb_entry *f = NULL; in br_fdb_cleanup()
376 struct net_bridge_fdb_entry *f; in br_fdb_flush()
396 struct net_bridge_fdb_entry *f; in br_fdb_delete_by_port()
421 struct net_bridge_fdb_entry *fdb; in br_fdb_test_addr()
447 struct net_bridge_fdb_entry *f; in br_fdb_fillbuf()
488 static struct net_bridge_fdb_entry *fdb_create(struct net_bridge *br, in fdb_create()
495 struct net_bridge_fdb_entry *fdb; in fdb_create()
523 struct net_bridge_fdb_entry *fdb; in fdb_insert()
564 struct net_bridge_fdb_entry *fdb; in br_fdb_update()
621 const struct net_bridge_fdb_entry *fdb) in fdb_to_nud()
634 const struct net_bridge_fdb_entry *fdb, in fdb_fill_info()
693 const struct net_bridge_fdb_entry *fdb, int type, in fdb_notify()
728 struct net_bridge_fdb_entry *f; in br_fdb_dump()
777 struct net_bridge_fdb_entry *fdb; in fdb_add_entry()
947 struct net_bridge_fdb_entry *fdb; in fdb_delete_by_addr_and_port()
1022 struct net_bridge_fdb_entry *f, *tmp; in br_fdb_sync_static()
1057 struct net_bridge_fdb_entry *f; in br_fdb_unsync_static()
1076 struct net_bridge_fdb_entry *fdb; in br_fdb_external_learn_add()
1124 struct net_bridge_fdb_entry *fdb; in br_fdb_external_learn_del()
1143 struct net_bridge_fdb_entry *fdb; in br_fdb_offloaded_set()