Lines Matching refs:l2t_entry
57 struct l2t_entry { struct
65 struct l2t_entry *first; /* start of hash chain */ argument
66 struct l2t_entry *next; /* next l2t_entry on chain */ argument
75 struct l2t_entry *rover; /* starting point for next allocation */ argument
78 struct l2t_entry l2tab[0];
110 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e);
112 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst,
115 struct l2t_entry *e);
116 void t3_l2t_send_event(struct t3cdev *dev, struct l2t_entry *e);
123 struct l2t_entry *e) in l2t_send()
130 static inline void l2t_release(struct t3cdev *t, struct l2t_entry *e) in l2t_release()
143 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()