Searched defs:l2t_entry (Results 1 – 3 of 3) sorted by relevance
73 struct l2t_entry { struct79 struct l2t_entry *first; /* start of hash chain */ argument80 struct l2t_entry *next; /* next l2t_entry on chain */ argument81 struct sk_buff_head arpq; /* packet queue awaiting resolution */82 spinlock_t lock;83 atomic_t refcnt; /* entry reference count */84 u16 hash; /* hash bucket the entry is on */85 u16 vlan; /* VLAN TCI (id: bits 0-11, prio: 13-15 */86 u8 v6; /* whether entry is for IPv6 */110 void cxgb4_l2t_release(struct l2t_entry *e); argument
57 struct l2t_entry { struct65 struct l2t_entry *first; /* start of hash chain */ argument66 struct l2t_entry *next; /* next l2t_entry on chain */ argument75 struct l2t_entry *rover; /* starting point for next allocation */ argument
281 struct l2t_entry *l2t_entry; /* pointer to the L2T entry */ member
Completed in 8 milliseconds