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 | 353 | net/ipv4/af_inet.c | skb2 = skb->link3; |
link3 | 1758 | net/ipv4/ip.c | newskb->link3=NULL; |
link3 | 1912 | net/ipv4/ip.c | if (skb->link3 != NULL) |
link3 | 1915 | net/ipv4/ip.c | skb->link3 = NULL; |
link3 | 1924 | net/ipv4/ip.c | sk->send_tail->link3 = skb; |
link3 | 769 | net/ipv4/tcp.c | skb = skb->link3; |
link3 | 3414 | net/ipv4/tcp.c | skb2 = skb->link3; |
link3 | 3415 | net/ipv4/tcp.c | skb->link3 = NULL; |
link3 | 3441 | net/ipv4/tcp.c | sk->send_tail->link3 = skb; |
link3 | 3444 | net/ipv4/tcp.c | skb->link3 = NULL; |
link3 | 3550 | net/ipv4/tcp.c | if (sk->send_head->link3 && |
link3 | 3551 | net/ipv4/tcp.c | after(sk->send_head->h.seq, sk->send_head->link3->h.seq)) |
link3 | 3577 | net/ipv4/tcp.c | if (sk->send_head->link3) /* Any more queued retransmits? */ |
link3 | 3645 | net/ipv4/tcp.c | sk->send_head = oskb->link3; |