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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_fdb.c35 struct net_bridge_fdb_entry *fdb)
44 static __inline__ void copy_fdb(struct __fdb_entry *ent, struct net_bridge_fdb_entry *f)
72 struct net_bridge_fdb_entry *ent,
82 static __inline__ void __hash_unlink(struct net_bridge_fdb_entry *ent)
101 struct net_bridge_fdb_entry *f;
127 struct net_bridge_fdb_entry *f;
131 struct net_bridge_fdb_entry *g;
151 struct net_bridge_fdb_entry *f;
155 struct net_bridge_fdb_entry *g;
168 struct net_bridge_fdb_entry *br_fdb_ge
[all...]
H A Dbr_private.h44 struct net_bridge_fdb_entry struct
46 struct net_bridge_fdb_entry *next_hash;
47 struct net_bridge_fdb_entry **pprev_hash;
88 struct net_bridge_fdb_entry *hash[BR_HASH_SIZE];
133 extern struct net_bridge_fdb_entry *br_fdb_get(struct net_bridge *br,
135 extern void br_fdb_put(struct net_bridge_fdb_entry *ent);
H A Dbr_device.c50 struct net_bridge_fdb_entry *dst;
H A Dbr_input.c53 struct net_bridge_fdb_entry *dst;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A 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);
H A Dcommon.c1155 struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
1157 void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent) = NULL;
H A Dlec.c50 extern struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
52 extern void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent);
479 struct net_bridge_fdb_entry *f;

Completed in 79 milliseconds