Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bridge/
Dbr_fdb.c35 struct net_bridge_fdb_entry *fdb) in has_expired()
44 static __inline__ void copy_fdb(struct __fdb_entry *ent, struct net_bridge_fdb_entry *f) in copy_fdb()
72 struct net_bridge_fdb_entry *ent, in __hash_link()
82 static __inline__ void __hash_unlink(struct net_bridge_fdb_entry *ent) in __hash_unlink()
101 struct net_bridge_fdb_entry *f; in br_fdb_changeaddr()
127 struct net_bridge_fdb_entry *f; in br_fdb_cleanup()
131 struct net_bridge_fdb_entry *g; in br_fdb_cleanup()
151 struct net_bridge_fdb_entry *f; in br_fdb_delete_by_port()
155 struct net_bridge_fdb_entry *g; in br_fdb_delete_by_port()
168 struct net_bridge_fdb_entry *br_fdb_get(struct net_bridge *br, unsigned char *addr) in br_fdb_get()
[all …]
Dbr_private.h44 struct net_bridge_fdb_entry struct
46 struct net_bridge_fdb_entry *next_hash; argument
47 struct net_bridge_fdb_entry **pprev_hash; argument
87 struct net_bridge_fdb_entry *hash[BR_HASH_SIZE];
131 extern struct net_bridge_fdb_entry *br_fdb_get(struct net_bridge *br,
133 extern void br_fdb_put(struct net_bridge_fdb_entry *ent);
Dbr_device.c50 struct net_bridge_fdb_entry *dst; in __br_dev_xmit()
Dbr_input.c53 struct net_bridge_fdb_entry *dst; in br_handle_frame_finish()
/linux-2.4.37.9/net/atm/
Dlec.h19 extern struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
21 extern void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent);
Dcommon.c1079 struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
1081 void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent) = NULL;
Dlec.c57 extern struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
59 extern void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent);
489 struct net_bridge_fdb_entry *f; in lec_atm_send()