Home
last modified time | relevance | path

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

/include/linux/
DmISDNhw.h159 struct sk_buff *next_skb; member
Dskbuff.h1543 #define skb_list_walk_safe(first, skb, next_skb) \ argument
1544 for ((skb) = (first), (next_skb) = (skb) ? (skb)->next : NULL; (skb); \
1545 (skb) = (next_skb), (next_skb) = (skb) ? (skb)->next : NULL)
/include/net/
Dtcp.h610 const struct sk_buff *next_skb);