Searched defs:prev_queue (Results 1 – 1 of 1) sorted by relevance
34 struct prev_queue { struct35 struct sk_buff *head, *tail, *peeked;36 struct { struct sk_buff *next, *prev; } empty; // Match first 2 members of struct sk_buff.37 atomic_t count;