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
79 struct l2t_entry l2tab[];
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);
122 struct l2t_entry *e) in l2t_send()
129 static inline void l2t_release(struct t3cdev *t, struct l2t_entry *e) in l2t_release()
142 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()