tag | line | file | source code |
urg_ptr | 375 | drivers/net/slhc.c | deltaS = ntohs(th->urg_ptr); |
urg_ptr | 378 | drivers/net/slhc.c | } else if(th->urg_ptr != oth->urg_ptr){ |
urg_ptr | 573 | drivers/net/slhc.c | thp->urg_ptr = htons(x); |
urg_ptr | 54 | include/linux/tcp.h | __u16 urg_ptr; |
urg_ptr | 714 | net/ipv4/af_inet.c | sk->dummy_th.urg_ptr = 0; |
urg_ptr | 1956 | net/ipv4/tcp.c | skb->h.th->urg_ptr = ntohs(copy); |
urg_ptr | 4392 | net/ipv4/tcp.c | u32 ptr = ntohs(th->urg_ptr); |
urg_ptr | 4613 | net/ipv4/tcp.c | t1->urg_ptr = 0; |
urg_ptr | 5326 | net/ipv4/tcp.c | unsigned short urg_ptr; |
urg_ptr | 5328 | net/ipv4/tcp.c | urg_ptr = ntohs(th->urg_ptr); |
urg_ptr | 5329 | net/ipv4/tcp.c | if (urg_ptr <= win_size) |
urg_ptr | 5333 | net/ipv4/tcp.c | urg_ptr -= win_size; |
urg_ptr | 5334 | net/ipv4/tcp.c | th->urg_ptr = htons(urg_ptr); |
urg_ptr | 5335 | net/ipv4/tcp.c | nth->urg_ptr = htons(win_size); |
urg_ptr | 5339 | net/ipv4/tcp.c | if(th->urg && ntohs(th->urg_ptr) < win_size) |