Home
last modified time | relevance | path

Searched refs:list_ (Results 1 – 1 of 1) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service_bsd.h376 static inline u32 skb_queue_len(const struct sk_buff_head *list_) in skb_queue_len() argument
378 return list_->qlen; in skb_queue_len()
402 static inline struct sk_buff *skb_peek(struct sk_buff_head *list_) in skb_peek() argument
404 struct sk_buff *list = ((struct sk_buff *)list_)->next; in skb_peek()
405 if (list == (struct sk_buff *)list_) in skb_peek()