Lines Matching refs:l2t_entry
63 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio()
74 static inline void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace()
88 struct l2t_entry *e) in setup_l2e_send_pending()
123 static inline void arpq_enqueue(struct l2t_entry *e, struct sk_buff *skb) in arpq_enqueue()
129 struct l2t_entry *e) in t3_l2t_send_slow()
178 void t3_l2t_send_event(struct t3cdev *dev, struct l2t_entry *e) in t3_l2t_send_event()
218 static struct l2t_entry *alloc_l2e(struct l2t_data *d) in alloc_l2e()
220 struct l2t_entry *end, *e, **p; in alloc_l2e()
263 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e) in t3_l2e_free()
282 static inline void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) in reuse_entry()
301 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst, in t3_l2t_get()
304 struct l2t_entry *e = NULL; in t3_l2t_get()
401 struct l2t_entry *e; in t3_l2t_update()
445 int i, size = sizeof(*d) + l2t_capacity * sizeof(struct l2t_entry); in t3_init_l2t()