| tag | line | file | source code |
| link3 | 44 | include/linux/skbuff.h | struct sk_buff * volatile link3; |
| link3 | 310 | net/inet/af_inet.c | skb2 = skb->link3; |
| link3 | 1738 | net/inet/ip.c | if (skb->link3 != NULL) |
| link3 | 1741 | net/inet/ip.c | skb->link3 = NULL; |
| link3 | 1750 | net/inet/ip.c | sk->send_tail->link3 = skb; |
| link3 | 1883 | net/inet/ip.c | skb = skb->link3; |
| link3 | 428 | net/inet/skbuff.c | skb->link3 = NULL; |
| link3 | 496 | net/inet/skbuff.c | n->link3=NULL; |
| link3 | 2582 | net/inet/tcp.c | skb2 = skb->link3; |
| link3 | 2583 | net/inet/tcp.c | skb->link3 = NULL; |
| link3 | 2609 | net/inet/tcp.c | sk->send_tail->link3 = skb; |
| link3 | 2612 | net/inet/tcp.c | skb->link3 = NULL; |
| link3 | 2697 | net/inet/tcp.c | if (sk->send_head->link3 && |
| link3 | 2698 | net/inet/tcp.c | after(sk->send_head->h.seq, sk->send_head->link3->h.seq)) |
| link3 | 2718 | net/inet/tcp.c | if (sk->send_head->link3) |
| link3 | 2785 | net/inet/tcp.c | sk->send_head = oskb->link3; |