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 | 194 | 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 | 189 | net/ipv4/ip_fw.c | struct tcphdr *tcp=(struct tcphdr *)((unsigned long *)ip+ip->ihl); |
tcphdr | 579 | net/ipv4/ip_fw.c | struct tcphdr *th = (struct tcphdr *)&(((char *)iph)[iph->ihl*4]); |
tcphdr | 812 | net/ipv4/ip_fw.c | struct tcphdr *th; |
tcphdr | 821 | net/ipv4/ip_fw.c | th = (struct tcphdr *)portptr; |
tcphdr | 857 | net/ipv4/ip_fw.c | struct tcphdr *th = (struct tcphdr *)(skb_ptr->h.raw+(iph->ihl<<2)); |
tcphdr | 910 | net/ipv4/ip_fw.c | tcp_send_check((struct tcphdr *)portptr,iph->saddr,iph->daddr,size,skb_ptr->sk); |
tcphdr | 641 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 665 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) + (iph->ihl << 2)); |
tcphdr | 1039 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 1046 | net/ipv4/tcp.c | th =(struct tcphdr *)header; |
tcphdr | 1301 | net/ipv4/tcp.c | unsigned short tcp_check(struct tcphdr *th, int len, |
tcphdr | 1309 | net/ipv4/tcp.c | void tcp_send_check(struct tcphdr *th, unsigned long saddr, |
tcphdr | 1326 | net/ipv4/tcp.c | struct tcphdr * th = skb->h.th; |
tcphdr | 1338 | net/ipv4/tcp.c | if (size < sizeof(struct tcphdr) || size > skb->len) |
tcphdr | 1351 | net/ipv4/tcp.c | if (size == sizeof(struct tcphdr)) |
tcphdr | 1507 | net/ipv4/tcp.c | struct tcphdr *th, unsigned long daddr) |
tcphdr | 1510 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 1559 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 1621 | net/ipv4/tcp.c | extern __inline int tcp_build_header(struct tcphdr *th, struct sock *sk, int push) |
tcphdr | 1769 | net/ipv4/tcp.c | + sizeof(struct tcphdr); |
tcphdr | 1907 | net/ipv4/tcp.c | skb->h.th =(struct tcphdr *)skb_put(skb,sizeof(struct tcphdr)); |
tcphdr | 1995 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 2043 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 2509 | net/ipv4/tcp.c | struct tcphdr *th =(struct tcphdr *)&sk->dummy_th; |
tcphdr | 2510 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 2540 | net/ipv4/tcp.c | sizeof(struct tcphdr),sk->ip_tos,sk->ip_ttl); |
tcphdr | 2565 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 2693 | net/ipv4/tcp.c | static void tcp_reset(unsigned long saddr, unsigned long daddr, struct tcphdr *th, |
tcphdr | 2697 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 2726 | net/ipv4/tcp.c | sizeof(struct tcphdr),tos,ttl); |
tcphdr | 2734 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 2784 | net/ipv4/tcp.c | static void tcp_options(struct sock *sk, struct tcphdr *th) |
tcphdr | 2787 | net/ipv4/tcp.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
tcphdr | 2874 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 2877 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 3025 | net/ipv4/tcp.c | newsk->mtu = rt->rt_mss - sizeof(struct iphdr) - sizeof(struct tcphdr); |
tcphdr | 3033 | net/ipv4/tcp.c | newsk->mtu = 576 - sizeof(struct iphdr) - sizeof(struct tcphdr); |
tcphdr | 3042 | net/ipv4/tcp.c | newsk->mtu = min(newsk->mtu, dev->mtu - sizeof(struct iphdr) - sizeof(struct tcphdr)); |
tcphdr | 3093 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 3261 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 3272 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) +(iph->ihl << 2)); |
tcphdr | 3302 | net/ipv4/tcp.c | extern __inline__ int tcp_ack(struct sock *sk, struct tcphdr *th, unsigned long saddr, int len) |
tcphdr | 3905 | net/ipv4/tcp.c | static int tcp_fin(struct sk_buff *skb, struct sock *sk, struct tcphdr *th) |
tcphdr | 3996 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 4319 | net/ipv4/tcp.c | static void tcp_check_urg(struct sock * sk, struct tcphdr * th) |
tcphdr | 4351 | net/ipv4/tcp.c | extern __inline__ int tcp_urg(struct sock *sk, struct tcphdr *th, |
tcphdr | 4458 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 4526 | net/ipv4/tcp.c | t1 = (struct tcphdr *) skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 4560 | net/ipv4/tcp.c | sk->mtu = 576 - sizeof(struct iphdr) - sizeof(struct tcphdr); |
tcphdr | 4571 | net/ipv4/tcp.c | sk->mtu = min(sk->mtu, dev->mtu - sizeof(struct iphdr) - sizeof(struct tcphdr)); |
tcphdr | 4583 | net/ipv4/tcp.c | sizeof(struct tcphdr) + 4, sk); |
tcphdr | 4611 | net/ipv4/tcp.c | extern __inline__ int tcp_sequence(struct sock *sk, struct tcphdr *th, short len, |
tcphdr | 4704 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 5106 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 5138 | net/ipv4/tcp.c | struct tcphdr *th; |
tcphdr | 5139 | net/ipv4/tcp.c | struct tcphdr *nth; |
tcphdr | 5154 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) +(iph->ihl << 2)); |
tcphdr | 5196 | net/ipv4/tcp.c | nth = (struct tcphdr *) skb_put(buff,th->doff*4); |
tcphdr | 5289 | net/ipv4/tcp.c | t1 = (struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |