| tag | line | file | source code |
| tcphdr | 226 | drivers/net/slhc.c | struct tcphdr *th, *oth; |
| tcphdr | 244 | drivers/net/slhc.c | th = (struct tcphdr *)(((unsigned char *)ip) + ip->ihl*4); |
| tcphdr | 480 | drivers/net/slhc.c | register struct tcphdr *thp; |
| tcphdr | 640 | drivers/net/slhc.c | struct tcphdr *thp; |
| tcphdr | 665 | drivers/net/slhc.c | thp = (struct tcphdr *)(((unsigned char *)ip) + ip->ihl*4); |
| tcphdr | 128 | drivers/net/slhc.h | struct tcphdr cs_tcp; |
| tcphdr | 83 | drivers/net/slip.c | struct tcphdr *th; |
| tcphdr | 89 | drivers/net/slip.c | th = (struct tcphdr *) (ptr + ip->ihl * 4); |
| tcphdr | 52 | net/inet/skbuff.h | struct tcphdr *th; |
| tcphdr | 145 | net/inet/sock.h | struct tcphdr dummy_th; |
| tcphdr | 116 | net/inet/tcp.c | print_th(struct tcphdr *th) |
| tcphdr | 241 | net/inet/tcp.c | struct tcphdr *th; |
| tcphdr | 250 | net/inet/tcp.c | th =(struct tcphdr *)header; |
| tcphdr | 525 | net/inet/tcp.c | tcp_check(struct tcphdr *th, int len, |
| tcphdr | 587 | net/inet/tcp.c | tcp_send_check(struct tcphdr *th, unsigned long saddr, |
| tcphdr | 631 | net/inet/tcp.c | if(skb->len-(unsigned long)skb->h.th + (unsigned long)skb->data == sizeof(struct tcphdr)) { |
| tcphdr | 677 | net/inet/tcp.c | struct tcphdr *th, unsigned long daddr) |
| tcphdr | 680 | net/inet/tcp.c | struct tcphdr *t1; |
| tcphdr | 703 | net/inet/tcp.c | buff->len = sizeof(struct tcphdr); |
| tcphdr | 705 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| tcphdr | 717 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| tcphdr | 759 | net/inet/tcp.c | tcp_build_header(struct tcphdr *th, struct sock *sk, int push) |
| tcphdr | 877 | net/inet/tcp.c | + sizeof(struct tcphdr); |
| tcphdr | 986 | net/inet/tcp.c | skb->h.th =(struct tcphdr *) buff; |
| tcphdr | 987 | net/inet/tcp.c | tmp = tcp_build_header((struct tcphdr *)buff, sk, len-copy); |
| tcphdr | 997 | net/inet/tcp.c | ((struct tcphdr *)buff)->urg = 1; |
| tcphdr | 998 | net/inet/tcp.c | ((struct tcphdr *)buff)->urg_ptr = ntohs(copy); |
| tcphdr | 1015 | net/inet/tcp.c | tcp_send_check((struct tcphdr *)buff, sk->saddr, sk->daddr, |
| tcphdr | 1016 | net/inet/tcp.c | copy + sizeof(struct tcphdr), sk); |
| tcphdr | 1087 | net/inet/tcp.c | struct tcphdr *t1; |
| tcphdr | 1112 | net/inet/tcp.c | buff->len = sizeof(struct tcphdr); |
| tcphdr | 1125 | net/inet/tcp.c | t1 =(struct tcphdr *)(buff->data +tmp); |
| tcphdr | 1555 | net/inet/tcp.c | struct tcphdr *t1, *th; |
| tcphdr | 1576 | net/inet/tcp.c | th =(struct tcphdr *)&sk->dummy_th; |
| tcphdr | 1587 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| tcphdr | 1592 | net/inet/tcp.c | sizeof(struct tcphdr),sk->ip_tos,sk->ip_ttl); |
| tcphdr | 1601 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| tcphdr | 1676 | net/inet/tcp.c | tcp_reset(unsigned long saddr, unsigned long daddr, struct tcphdr *th, |
| tcphdr | 1680 | net/inet/tcp.c | struct tcphdr *t1; |
| tcphdr | 1698 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| tcphdr | 1702 | net/inet/tcp.c | sizeof(struct tcphdr),tos,ttl); |
| tcphdr | 1708 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| tcphdr | 1749 | net/inet/tcp.c | tcp_options(struct sock *sk, struct tcphdr *th) |
| tcphdr | 1752 | net/inet/tcp.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
| tcphdr | 1801 | net/inet/tcp.c | struct tcphdr *t1; |
| tcphdr | 1804 | net/inet/tcp.c | struct tcphdr *th; |
| tcphdr | 1930 | net/inet/tcp.c | buff->len = sizeof(struct tcphdr)+4; |
| tcphdr | 1933 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| tcphdr | 1952 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| tcphdr | 2000 | net/inet/tcp.c | struct tcphdr *t1, *th; |
| tcphdr | 2066 | net/inet/tcp.c | th =(struct tcphdr *)&sk->dummy_th; |
| tcphdr | 2083 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| tcphdr | 2088 | net/inet/tcp.c | sizeof(struct tcphdr),sk->ip_tos,sk->ip_ttl); |
| tcphdr | 2096 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| tcphdr | 2222 | net/inet/tcp.c | tcp_ack(struct sock *sk, struct tcphdr *th, unsigned long saddr, int len) |
| tcphdr | 2533 | net/inet/tcp.c | struct tcphdr *th; |
| tcphdr | 2777 | net/inet/tcp.c | tcp_urg(struct sock *sk, struct tcphdr *th, unsigned long saddr) |
| tcphdr | 2808 | net/inet/tcp.c | tcp_fin(struct sock *sk, struct tcphdr *th, |
| tcphdr | 2912 | net/inet/tcp.c | struct tcphdr *t1; |
| tcphdr | 2952 | net/inet/tcp.c | t1 = (struct tcphdr *) buff->data; |
| tcphdr | 2964 | net/inet/tcp.c | t1 = (struct tcphdr *)((char *)t1 +tmp); |
| tcphdr | 2995 | net/inet/tcp.c | sizeof(struct tcphdr) + 4, sk); |
| tcphdr | 3012 | net/inet/tcp.c | tcp_sequence(struct sock *sk, struct tcphdr *th, short len, |
| tcphdr | 3086 | net/inet/tcp.c | struct tcphdr *th; |
| tcphdr | 3508 | net/inet/tcp.c | struct tcphdr *t1; |
| tcphdr | 3522 | net/inet/tcp.c | buff->len = sizeof(struct tcphdr); |
| tcphdr | 3526 | net/inet/tcp.c | t1 = (struct tcphdr *) buff->data; |
| tcphdr | 3537 | net/inet/tcp.c | t1 = (struct tcphdr *)((char *)t1 +tmp); |
| tcphdr | 3576 | net/inet/tcp.c | struct tcphdr *t1; |
| tcphdr | 3603 | net/inet/tcp.c | data = skb->len - hlen - sizeof(struct tcphdr); |
| tcphdr | 3604 | net/inet/tcp.c | len = hlen + sizeof(struct tcphdr) + (data ? 1 : 0); |
| tcphdr | 116 | net/inet/tcp.h | extern void print_th(struct tcphdr *); |