Searched refs:skb_rb_next (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/ipv4/
H A Dtcp_fastopen.c565 if (skb && !skb_rb_next(skb)) {
H A Dtcp_input.c1687 skb = skb_rb_next(prev);
3369 next = skb_rb_next(skb);
5038 while ((skb1 = skb_rb_next(skb)) != NULL) {
5272 return skb_rb_next(skb);
5443 skb = skb_rb_next(skb);
H A Dtcp_output.c2941 skb = skb_rb_next(skb);
3186 struct sk_buff *next_skb = skb_rb_next(skb);
/linux-master/include/linux/
H A Dskbuff.h3964 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode)) macro
3983 skb = skb_rb_next(skb))
3987 skb = skb_rb_next(skb))
3990 for (; tmp = skb ? skb_rb_next(skb) : NULL, (skb != NULL); \
/linux-master/include/net/
H A Dtcp.h2127 tcp_sk(sk)->highest_sack = skb_rb_next(skb);
/linux-master/net/mptcp/
H A Dprotocol.c303 while ((skb1 = skb_rb_next(skb)) != NULL) {

Completed in 219 milliseconds