tag | line | file | source code |
tcphdr | 254 | drivers/net/slhc.c | struct tcphdr *th, *oth; |
tcphdr | 270 | drivers/net/slhc.c | th = (struct tcphdr *)(((unsigned char *)ip) + ip->ihl*4); |
tcphdr | 498 | drivers/net/slhc.c | register struct tcphdr *thp; |
tcphdr | 682 | drivers/net/slhc.c | memcpy(cs->cs_tcpopt, icp + ihl*4 + sizeof(struct tcphdr), (cs->cs_tcp.doff - 5) * 4); |
tcphdr | 128 | drivers/net/slhc.h | struct tcphdr cs_tcp; |
tcphdr | 16 | include/asm-alpha/ipsum.h | extern inline unsigned short tcp_check(struct tcphdr *th, int len, u32 saddr, u32 daddr) |
tcphdr | 20 | include/asm-sparc/ipsum.h | extern inline unsigned short tcp_check(struct tcphdr *th, int len, u32 saddr, u32 daddr) |
tcphdr | 123 | include/linux/ip_fw.h | struct tcphdr fwp_tcph; /* TCP header or */ |
tcphdr | 52 | include/linux/skbuff.h | struct tcphdr *th; |
tcphdr | 193 | include/net/sock.h | struct tcphdr dummy_th; |
tcphdr | 137 | include/net/tcp.h | extern void tcp_send_check(struct tcphdr *th, unsigned long saddr, |
tcphdr | 184 | net/ipv4/ip_fw.c | struct tcphdr *tcp=(struct tcphdr *)((unsigned long *)ip+ip->ihl); |
tcphdr | 548 | net/ipv4/ip_fw.c | struct tcphdr *th = (struct tcphdr *)&(((char *)iph)[iph->ihl*4]); |
tcphdr | 760 | net/ipv4/ip_fw.c | struct tcphdr *th; |
tcphdr | 768 | net/ipv4/ip_fw.c | th = (struct tcphdr *)portptr; |
tcphdr | 804 | net/ipv4/ip_fw.c | struct tcphdr *th = (struct tcphdr *)(skb_ptr->h.raw+(iph->ihl<<2)); |
tcphdr | 857 | net/ipv4/ip_fw.c | tcp_send_check((struct tcphdr *)portptr,iph->saddr,iph->daddr,size,skb_ptr->sk); |
tcphdr | 454 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 478 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) + (iph->ihl << 2)); |
tcphdr | 850 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 857 | net/ipv4/tcp.c | th =(struct tcphdr *)header; |
tcphdr | 1115 | net/ipv4/tcp.c | unsigned short tcp_check(struct tcphdr *th, int len, |
tcphdr | 1123 | net/ipv4/tcp.c | void tcp_send_check(struct tcphdr *th, unsigned long saddr, |
tcphdr | 1140 | net/ipv4/tcp.c | struct tcphdr * th = skb->h.th; |
tcphdr | 1152 | net/ipv4/tcp.c | if (size < sizeof(struct tcphdr) || size > skb->len) |
tcphdr | 1165 | net/ipv4/tcp.c | if (size == sizeof(struct tcphdr)) |
tcphdr | 1321 | net/ipv4/tcp.c | struct tcphdr *th, unsigned long daddr) |
tcphdr | 1324 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 1373 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 1435 | net/ipv4/tcp.c | extern __inline int tcp_build_header(struct tcphdr *th, struct sock *sk, int push) |
tcphdr | 1583 | net/ipv4/tcp.c | + sizeof(struct tcphdr); |
tcphdr | 1721 | net/ipv4/tcp.c | skb->h.th =(struct tcphdr *)skb_put(skb,sizeof(struct tcphdr)); |
tcphdr | 1809 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 1857 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 2323 | net/ipv4/tcp.c | struct tcphdr *th =(struct tcphdr *)&sk->dummy_th; |
tcphdr | 2324 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 2354 | net/ipv4/tcp.c | sizeof(struct tcphdr),sk->ip_tos,sk->ip_ttl); |
tcphdr | 2379 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 2507 | net/ipv4/tcp.c | static void tcp_reset(unsigned long saddr, unsigned long daddr, struct tcphdr *th, |
tcphdr | 2511 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 2540 | net/ipv4/tcp.c | sizeof(struct tcphdr),tos,ttl); |
tcphdr | 2548 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 2598 | net/ipv4/tcp.c | static void tcp_options(struct sock *sk, struct tcphdr *th) |
tcphdr | 2601 | net/ipv4/tcp.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
tcphdr | 2688 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 2691 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 2907 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 3075 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 3086 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) +(iph->ihl << 2)); |
tcphdr | 3116 | net/ipv4/tcp.c | extern __inline__ int tcp_ack(struct sock *sk, struct tcphdr *th, unsigned long saddr, int len) |
tcphdr | 3719 | net/ipv4/tcp.c | static int tcp_fin(struct sk_buff *skb, struct sock *sk, struct tcphdr *th) |
tcphdr | 3810 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 4133 | net/ipv4/tcp.c | static void tcp_check_urg(struct sock * sk, struct tcphdr * th) |
tcphdr | 4165 | net/ipv4/tcp.c | extern __inline__ int tcp_urg(struct sock *sk, struct tcphdr *th, |
tcphdr | 4272 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 4340 | net/ipv4/tcp.c | t1 = (struct tcphdr *) skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 4397 | net/ipv4/tcp.c | sizeof(struct tcphdr) + 4, sk); |
tcphdr | 4425 | net/ipv4/tcp.c | extern __inline__ int tcp_sequence(struct sock *sk, struct tcphdr *th, short len, |
tcphdr | 4518 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 4920 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 4952 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 4953 | net/ipv4/tcp.c | struct tcphdr *nth; |
tcphdr | 4968 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) +(iph->ihl << 2)); |
tcphdr | 5010 | net/ipv4/tcp.c | nth = (struct tcphdr *) skb_put(buff,th->doff*4); |
tcphdr | 5103 | net/ipv4/tcp.c | t1 = (struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |