tag | line | file | source code |
link3 | 46 | include/linux/skbuff.h | struct sk_buff * volatile link3; /* Link for IP protocol level buffer chains */ |
link3 | 541 | net/core/skbuff.c | skb->link3 = NULL; |
link3 | 611 | net/core/skbuff.c | n->link3=NULL; |
link3 | 352 | net/ipv4/af_inet.c | skb2 = skb->link3; |
link3 | 1700 | net/ipv4/ip.c | newskb->link3=NULL; |
link3 | 1850 | net/ipv4/ip.c | if (skb->link3 != NULL) |
link3 | 1853 | net/ipv4/ip.c | skb->link3 = NULL; |
link3 | 1862 | net/ipv4/ip.c | sk->send_tail->link3 = skb; |
link3 | 582 | net/ipv4/tcp.c | skb = skb->link3; |
link3 | 3228 | net/ipv4/tcp.c | skb2 = skb->link3; |
link3 | 3229 | net/ipv4/tcp.c | skb->link3 = NULL; |
link3 | 3255 | net/ipv4/tcp.c | sk->send_tail->link3 = skb; |
link3 | 3258 | net/ipv4/tcp.c | skb->link3 = NULL; |
link3 | 3364 | net/ipv4/tcp.c | if (sk->send_head->link3 && |
link3 | 3365 | net/ipv4/tcp.c | after(sk->send_head->h.seq, sk->send_head->link3->h.seq)) |
link3 | 3391 | net/ipv4/tcp.c | if (sk->send_head->link3) /* Any more queued retransmits? */ |
link3 | 3459 | net/ipv4/tcp.c | sk->send_head = oskb->link3; |