Searched refs:net_bridge_fdb_entry (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_fdb.c | 28 .head_offset = offsetof(struct net_bridge_fdb_entry, rhnode), 29 .key_offset = offsetof(struct net_bridge_fdb_entry, key), 38 const struct net_bridge_fdb_entry *, int, bool); 43 sizeof(struct net_bridge_fdb_entry), in br_fdb_init() 76 const struct net_bridge_fdb_entry *fdb) in has_expired() 85 struct net_bridge_fdb_entry *ent in fdb_rcu_free() 86 = container_of(head, struct net_bridge_fdb_entry, rcu); in fdb_rcu_free() 90 static struct net_bridge_fdb_entry *fdb_find_rcu(struct rhashtable *tbl, in fdb_find_rcu() 105 static struct net_bridge_fdb_entry *br_fdb_find(struct net_bridge *br, in br_fdb_find() 109 struct net_bridge_fdb_entry *fd in br_fdb_find() [all...] |
H A D | br_switchdev.c | 122 br_switchdev_fdb_notify(const struct net_bridge_fdb_entry *fdb, int type) in br_switchdev_fdb_notify()
|
H A D | br_arp_nd_proxy.c | 193 struct net_bridge_fdb_entry *f; in br_do_proxy_suppress_arp() 453 struct net_bridge_fdb_entry *f; in br_do_suppress_nd()
|
H A D | br_private.h | 198 struct net_bridge_fdb_entry { struct 687 struct net_bridge_fdb_entry *br_fdb_find_rcu(struct net_bridge *br, 1508 void br_switchdev_fdb_notify(const struct net_bridge_fdb_entry *fdb, 1555 br_switchdev_fdb_notify(const struct net_bridge_fdb_entry *fdb, int type) in br_switchdev_fdb_notify()
|
H A D | br_input.c | 82 struct net_bridge_fdb_entry *dst = NULL; in br_handle_frame_finish()
|
H A D | br_device.c | 31 struct net_bridge_fdb_entry *dst; in br_dev_xmit()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_fdb.c | 28 .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() 188 const struct net_bridge_fdb_entry *fdb, int type, in fdb_notify() 215 static struct net_bridge_fdb_entry *fdb_find_rc [all...] |
H A D | br_switchdev.c | 127 const struct net_bridge_fdb_entry *fdb, in br_switchdev_fdb_populate() 144 const struct net_bridge_fdb_entry *fdb, int type) in br_switchdev_fdb_notify() 301 const struct net_bridge_fdb_entry *fdb, in br_switchdev_fdb_replay_one() 317 struct net_bridge_fdb_entry *fdb; in br_switchdev_fdb_replay()
|
H A D | br_device.c | 33 struct net_bridge_fdb_entry *dst; in br_dev_xmit() 396 struct net_bridge_fdb_entry *f; in br_fill_forward_path()
|
H A D | br_input.c | 78 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()
|
H A D | br_arp_nd_proxy.c | 193 struct net_bridge_fdb_entry *f; in br_do_proxy_suppress_arp() 453 struct net_bridge_fdb_entry *f; in br_do_suppress_nd()
|
H A D | br_private.h | 284 struct net_bridge_fdb_entry { struct 836 struct net_bridge_fdb_entry *br_fdb_find_rcu(struct net_bridge *br, 2143 const struct net_bridge_fdb_entry *fdb, int type); 2240 const struct net_bridge_fdb_entry *fdb, int type) in br_switchdev_fdb_notify()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | bridge.h | 71 TP_PROTO(struct net_bridge *br, struct net_bridge_fdb_entry *f),
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | bridge.h | 71 TP_PROTO(struct net_bridge *br, struct net_bridge_fdb_entry *f),
|
Completed in 15 milliseconds