Lines Matching defs:l2t_entry
57 struct l2t_entry { struct
63 struct l2t_entry *first; /* start of hash chain */ argument
64 struct l2t_entry *next; /* next l2t_entry on chain */ argument
65 struct sk_buff *arpq_head; /* queue of packets awaiting resolution */
66 struct sk_buff *arpq_tail;
67 spinlock_t lock;
68 atomic_t refcnt; /* entry reference count */
69 u16 hash; /* hash bucket the entry is on */
70 u16 vlan; /* VLAN TCI (id: bits 0-11, prio: 13-15 */
71 u8 v6; /* whether entry is for IPv6 */
95 void cxgb4_l2t_release(struct l2t_entry *e); argument