Home
last modified time | relevance | path

Searched refs:net_bridge_fdb_entry (Results 1 – 6 of 6) sorted by relevance

/linux/net/bridge/
H A Dbr_fdb.c28 .head_offset = offsetof(struct net_bridge_fdb_entry, rhnode),
29 .key_offset = offsetof(struct net_bridge_fdb_entry, key),
38 br_fdb_cache = KMEM_CACHE(net_bridge_fdb_entry, SLAB_HWCACHE_ALIGN); in br_fdb_init()
69 const struct net_bridge_fdb_entry *fdb) in has_expired()
77 const struct net_bridge_fdb_entry *fdb) in fdb_to_nud()
90 const struct net_bridge_fdb_entry *fdb, in fdb_fill_info()
178 const struct net_bridge_fdb_entry *fdb, int type, in fdb_notify()
205 static struct net_bridge_fdb_entry *fdb_find_rcu(struct rhashtable *tbl, in fdb_find_rcu()
220 static struct net_bridge_fdb_entry *br_fdb_find(struct net_bridge *br, in br_fdb_find()
224 struct net_bridge_fdb_entry *fd in br_fdb_find()
[all...]
H A Dbr_switchdev.c130 const struct net_bridge_fdb_entry *fdb, in br_switchdev_fdb_populate()
147 const struct net_bridge_fdb_entry *fdb, int type) in br_switchdev_fdb_notify()
304 const struct net_bridge_fdb_entry *fdb, in br_switchdev_fdb_replay_one()
320 struct net_bridge_fdb_entry *fdb; in br_switchdev_fdb_replay()
H A Dbr_input.c81 struct net_bridge_fdb_entry *dst = NULL; in br_handle_frame_finish()
115 struct net_bridge_fdb_entry *fdb_src = in br_handle_frame_finish()
H A Dbr_device.c36 struct net_bridge_fdb_entry *dst; in br_dev_xmit()
388 struct net_bridge_fdb_entry *f; in br_fill_forward_path()
H A Dbr_arp_nd_proxy.c196 struct net_bridge_fdb_entry *f; in br_do_proxy_suppress_arp()
460 struct net_bridge_fdb_entry *f; in br_do_suppress_nd()
/linux/include/trace/events/
H A Dbridge.h71 TP_PROTO(struct net_bridge *br, struct net_bridge_fdb_entry *f),