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 | 1682 | net/ipv4/ip.c | newskb->link3=NULL; |
link3 | 1832 | net/ipv4/ip.c | if (skb->link3 != NULL) |
link3 | 1835 | net/ipv4/ip.c | skb->link3 = NULL; |
link3 | 1844 | net/ipv4/ip.c | sk->send_tail->link3 = skb; |
link3 | 541 | net/ipv4/tcp.c | skb = skb->link3; |
link3 | 3181 | net/ipv4/tcp.c | skb2 = skb->link3; |
link3 | 3182 | net/ipv4/tcp.c | skb->link3 = NULL; |
link3 | 3208 | net/ipv4/tcp.c | sk->send_tail->link3 = skb; |
link3 | 3211 | net/ipv4/tcp.c | skb->link3 = NULL; |
link3 | 3317 | net/ipv4/tcp.c | if (sk->send_head->link3 && |
link3 | 3318 | net/ipv4/tcp.c | after(sk->send_head->h.seq, sk->send_head->link3->h.seq)) |
link3 | 3344 | net/ipv4/tcp.c | if (sk->send_head->link3) /* Any more queued retransmits? */ |
link3 | 3412 | net/ipv4/tcp.c | sk->send_head = oskb->link3; |