Searched refs:list_ (Results 1 – 1 of 1) sorted by relevance
376 static inline u32 skb_queue_len(const struct sk_buff_head *list_) in skb_queue_len() argument378 return list_->qlen; in skb_queue_len()402 static inline struct sk_buff *skb_peek(struct sk_buff_head *list_) in skb_peek() argument404 struct sk_buff *list = ((struct sk_buff *)list_)->next; in skb_peek()405 if (list == (struct sk_buff *)list_) in skb_peek()