| tag | line | file | source code |
| link3 | 45 | include/linux/skbuff.h | struct sk_buff * volatile link3; |
| link3 | 328 | net/inet/af_inet.c | skb2 = skb->link3; |
| link3 | 1771 | net/inet/ip.c | newskb->link3=NULL; |
| link3 | 1907 | net/inet/ip.c | if (skb->link3 != NULL) |
| link3 | 1910 | net/inet/ip.c | skb->link3 = NULL; |
| link3 | 1919 | net/inet/ip.c | sk->send_tail->link3 = skb; |
| link3 | 429 | net/inet/skbuff.c | skb->link3 = NULL; |
| link3 | 506 | net/inet/skbuff.c | n->link3=NULL; |
| link3 | 499 | net/inet/tcp.c | skb = skb->link3; |
| link3 | 3209 | net/inet/tcp.c | skb2 = skb->link3; |
| link3 | 3210 | net/inet/tcp.c | skb->link3 = NULL; |
| link3 | 3236 | net/inet/tcp.c | sk->send_tail->link3 = skb; |
| link3 | 3239 | net/inet/tcp.c | skb->link3 = NULL; |
| link3 | 3345 | net/inet/tcp.c | if (sk->send_head->link3 && |
| link3 | 3346 | net/inet/tcp.c | after(sk->send_head->h.seq, sk->send_head->link3->h.seq)) |
| link3 | 3372 | net/inet/tcp.c | if (sk->send_head->link3) /* Any more queued retransmits? */ |
| link3 | 3440 | net/inet/tcp.c | sk->send_head = oskb->link3; |