Searched defs:sk_buff_head (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dskbuff.h128 struct sk_buff_head { struct
664 static inline int skb_queue_empty(const struct sk_buff_head *list)
676 static inline bool skb_queue_is_last(const struct sk_buff_head *list,
689 static inline bool skb_queue_is_first(const struct sk_buff_head *list,
703 static inline struct sk_buff *skb_queue_next(const struct sk_buff_head *list,
721 static inline struct sk_buff *skb_queue_prev(const struct sk_buff_head *list,
867 * skb_peek - peek at the head of an &sk_buff_head
879 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_)
897 const struct sk_buff_head *list_)
906 * skb_peek_tail - peek at the tail of an &sk_buff_head
[all...]

Completed in 42 milliseconds