Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/
Dbr_fdb.c32 .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()
[all …]
Dbr_switchdev.c119 br_switchdev_fdb_notify(const struct net_bridge_fdb_entry *fdb, int type) in br_switchdev_fdb_notify()
Dbr_arp_nd_proxy.c188 struct net_bridge_fdb_entry *f; in br_do_proxy_suppress_arp()
438 struct net_bridge_fdb_entry *f; in br_do_suppress_nd()
Dbr_private.h176 struct net_bridge_fdb_entry { struct
541 struct net_bridge_fdb_entry *br_fdb_find_rcu(struct net_bridge *br,
1145 void br_switchdev_fdb_notify(const struct net_bridge_fdb_entry *fdb,
1190 br_switchdev_fdb_notify(const struct net_bridge_fdb_entry *fdb, int type) in br_switchdev_fdb_notify()
Dbr_input.c79 struct net_bridge_fdb_entry *dst = NULL; in br_handle_frame_finish()
Dbr_device.c37 struct net_bridge_fdb_entry *dst; in br_dev_xmit()
/Linux-v4.19/include/trace/events/
Dbridge.h71 TP_PROTO(struct net_bridge *br, struct net_bridge_fdb_entry *f),