Home
last modified time | relevance | path

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

/linux-6.1.9/net/bridge/
Dbr_fdb.c28 .head_offset = offsetof(struct net_bridge_fdb_entry, rhnode),
29 .key_offset = offsetof(struct net_bridge_fdb_entry, key),
39 sizeof(struct net_bridge_fdb_entry), in br_fdb_init()
72 const struct net_bridge_fdb_entry *fdb) in has_expired()
81 struct net_bridge_fdb_entry *ent in fdb_rcu_free()
82 = container_of(head, struct net_bridge_fdb_entry, rcu); in fdb_rcu_free()
87 const struct net_bridge_fdb_entry *fdb) in fdb_to_nud()
100 const struct net_bridge_fdb_entry *fdb, in fdb_fill_info()
181 const struct net_bridge_fdb_entry *fdb, int type, in fdb_notify()
208 static struct net_bridge_fdb_entry *fdb_find_rcu(struct rhashtable *tbl, in fdb_find_rcu()
[all …]
Dbr_switchdev.c129 const struct net_bridge_fdb_entry *fdb, in br_switchdev_fdb_populate()
145 const struct net_bridge_fdb_entry *fdb, int type) in br_switchdev_fdb_notify()
288 const struct net_bridge_fdb_entry *fdb, in br_switchdev_fdb_replay_one()
304 struct net_bridge_fdb_entry *fdb; in br_switchdev_fdb_replay()
Dbr_input.c78 struct net_bridge_fdb_entry *dst = NULL; in br_handle_frame_finish()
109 struct net_bridge_fdb_entry *fdb_src = in br_handle_frame_finish()
Dbr_arp_nd_proxy.c193 struct net_bridge_fdb_entry *f; in br_do_proxy_suppress_arp()
453 struct net_bridge_fdb_entry *f; in br_do_suppress_nd()
Dbr_device.c33 struct net_bridge_fdb_entry *dst; in br_dev_xmit()
395 struct net_bridge_fdb_entry *f; in br_fill_forward_path()
Dbr_private.h262 struct net_bridge_fdb_entry { struct
784 struct net_bridge_fdb_entry *br_fdb_find_rcu(struct net_bridge *br,
2060 const struct net_bridge_fdb_entry *fdb, int type);
2147 const struct net_bridge_fdb_entry *fdb, int type) in br_switchdev_fdb_notify()
/linux-6.1.9/include/trace/events/
Dbridge.h71 TP_PROTO(struct net_bridge *br, struct net_bridge_fdb_entry *f),