tag | line | file | source code |
tcphdr | 252 | drivers/net/slhc.c | struct tcphdr *th, *oth; |
tcphdr | 268 | drivers/net/slhc.c | th = (struct tcphdr *)(((unsigned char *)ip) + ip->ihl*4); |
tcphdr | 496 | drivers/net/slhc.c | register struct tcphdr *thp; |
tcphdr | 684 | drivers/net/slhc.c | memcpy(cs->cs_tcpopt, icp + ihl*4 + sizeof(struct tcphdr), (cs->cs_tcp.doff - 5) * 4); |
tcphdr | 16 | include/asm-alpha/ipsum.h | extern inline unsigned short tcp_check(struct tcphdr *th, int len, u32 saddr, u32 daddr) |
tcphdr | 163 | include/linux/ip_fw.h | struct tcphdr fwp_tcph; /* TCP header or */ |
tcphdr | 63 | include/linux/skbuff.h | struct tcphdr *th; |
tcphdr | 128 | include/net/slhc_vj.h | struct tcphdr cs_tcp; |
tcphdr | 289 | include/net/sock.h | struct tcphdr dummy_th; |
tcphdr | 28 | include/net/tcp.h | #define MAX_SYN_SIZE (sizeof(struct iphdr) + 40 + sizeof(struct tcphdr) + 4 + MAX_HEADER + 15) |
tcphdr | 29 | include/net/tcp.h | #define MAX_FIN_SIZE (sizeof(struct iphdr) + 40 + sizeof(struct tcphdr) + MAX_HEADER + 15) |
tcphdr | 30 | include/net/tcp.h | #define MAX_ACK_SIZE (sizeof(struct iphdr) + 40 + sizeof(struct tcphdr) + MAX_HEADER + 15) |
tcphdr | 31 | include/net/tcp.h | #define MAX_RESET_SIZE (sizeof(struct iphdr) + 40 + sizeof(struct tcphdr) + MAX_HEADER + 15) |
tcphdr | 146 | include/net/tcp.h | extern void tcp_send_check(struct tcphdr *th, unsigned long saddr, |
tcphdr | 159 | include/net/tcp.h | extern void tcp_send_reset(unsigned long saddr, unsigned long daddr, struct tcphdr *th, |
tcphdr | 240 | include/net/tcp.h | static __inline__ u16 tcp_check(struct tcphdr *th, int len, |
tcphdr | 704 | net/ipv4/af_inet.c | sk->dummy_th.doff=sizeof(struct tcphdr)>>2; |
tcphdr | 202 | net/ipv4/ip_fw.c | struct tcphdr *tcp=(struct tcphdr *)((unsigned long *)ip+ip->ihl); |
tcphdr | 510 | net/ipv4/ip_masq.c | struct tcphdr *th; |
tcphdr | 511 | net/ipv4/ip_masq.c | th = (struct tcphdr *)portptr; |
tcphdr | 648 | net/ipv4/ip_masq.c | struct tcphdr *th; |
tcphdr | 649 | net/ipv4/ip_masq.c | skb->csum = csum_partial((void *)(((struct tcphdr *)portptr) + 1), |
tcphdr | 650 | net/ipv4/ip_masq.c | size - sizeof(struct tcphdr), 0); |
tcphdr | 651 | net/ipv4/ip_masq.c | tcp_send_check((struct tcphdr *)portptr,iph->saddr,iph->daddr,size,skb); |
tcphdr | 653 | net/ipv4/ip_masq.c | th = (struct tcphdr *)portptr; |
tcphdr | 225 | net/ipv4/ip_masq_app.c | static __inline__ void masq_fix_seq(const struct ip_masq_seq *ms_seq, struct tcphdr *th) |
tcphdr | 258 | net/ipv4/ip_masq_app.c | static __inline__ void masq_fix_ack_seq(const struct ip_masq_seq *ms_seq, struct tcphdr *th) |
tcphdr | 314 | net/ipv4/ip_masq_app.c | struct tcphdr *th; |
tcphdr | 329 | net/ipv4/ip_masq_app.c | th = (struct tcphdr *)&(((char *)iph)[iph->ihl*4]); |
tcphdr | 377 | net/ipv4/ip_masq_app.c | struct tcphdr *th; |
tcphdr | 392 | net/ipv4/ip_masq_app.c | th = (struct tcphdr *)&(((char *)iph)[iph->ihl*4]); |
tcphdr | 55 | net/ipv4/ip_masq_ftp.c | struct tcphdr *th; |
tcphdr | 67 | net/ipv4/ip_masq_ftp.c | th = (struct tcphdr *)&(((char *)iph)[iph->ihl*4]); |
tcphdr | 56 | net/ipv4/ip_masq_irc.c | struct tcphdr *th; |
tcphdr | 69 | net/ipv4/ip_masq_irc.c | th = (struct tcphdr *)&(((char *)iph)[iph->ihl*4]); |
tcphdr | 503 | net/ipv4/tcp.c | struct tcphdr *th = (struct tcphdr *)header; |
tcphdr | 512 | net/ipv4/tcp.c | th =(struct tcphdr *)header; |
tcphdr | 550 | net/ipv4/tcp.c | if (sk->mtu > new_mtu - sizeof(struct iphdr) - sizeof(struct tcphdr) |
tcphdr | 551 | net/ipv4/tcp.c | && new_mtu > sizeof(struct iphdr)+sizeof(struct tcphdr)) |
tcphdr | 552 | net/ipv4/tcp.c | sk->mtu = new_mtu - sizeof(struct iphdr) - sizeof(struct tcphdr); |
tcphdr | 794 | net/ipv4/tcp.c | void tcp_send_check(struct tcphdr *th, unsigned long saddr, |
tcphdr | 825 | net/ipv4/tcp.c | static inline int tcp_build_header(struct tcphdr *th, struct sock *sk, int push) |
tcphdr | 1090 | net/ipv4/tcp.c | skb->h.th =(struct tcphdr *)skb_put(skb,sizeof(struct tcphdr)); |
tcphdr | 1856 | net/ipv4/tcp.c | struct tcphdr *t1; |
tcphdr | 1926 | net/ipv4/tcp.c | t1 = (struct tcphdr *) skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 1947 | net/ipv4/tcp.c | sk->mtu = rt->rt_mtu - sizeof(struct iphdr) - sizeof(struct tcphdr); |
tcphdr | 1949 | net/ipv4/tcp.c | sk->mtu = 576 - sizeof(struct iphdr) - sizeof(struct tcphdr); |
tcphdr | 1958 | net/ipv4/tcp.c | sk->mtu = min(sk->mtu, dev->mtu - sizeof(struct iphdr) - sizeof(struct tcphdr)); |
tcphdr | 1986 | net/ipv4/tcp.c | sizeof(struct tcphdr) + 4, buff); |
tcphdr | 163 | net/ipv4/tcp_input.c | static void bad_tcp_sequence(struct sock *sk, struct tcphdr *th, u32 end_seq, |
tcphdr | 257 | net/ipv4/tcp_input.c | static void tcp_options(struct sock *sk, struct tcphdr *th) |
tcphdr | 260 | net/ipv4/tcp_input.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
tcphdr | 322 | net/ipv4/tcp_input.c | struct tcphdr *th; |
tcphdr | 490 | net/ipv4/tcp_input.c | newsk->mtu = rt->rt_mtu - sizeof(struct iphdr) - sizeof(struct tcphdr); |
tcphdr | 492 | net/ipv4/tcp_input.c | newsk->mtu = 576 - sizeof(struct iphdr) - sizeof(struct tcphdr); |
tcphdr | 498 | net/ipv4/tcp_input.c | newsk->mtu = min(newsk->mtu, dev->mtu - sizeof(struct iphdr) - sizeof(struct tcphdr)); |
tcphdr | 597 | net/ipv4/tcp_input.c | static int tcp_ack(struct sock *sk, struct tcphdr *th, u32 ack, int len) |
tcphdr | 1143 | net/ipv4/tcp_input.c | static int tcp_fin(struct sk_buff *skb, struct sock *sk, struct tcphdr *th) |
tcphdr | 1262 | net/ipv4/tcp_input.c | static void tcp_queue(struct sk_buff * skb, struct sock * sk, struct tcphdr *th) |
tcphdr | 1375 | net/ipv4/tcp_input.c | struct tcphdr *th; |
tcphdr | 1472 | net/ipv4/tcp_input.c | static void tcp_check_urg(struct sock * sk, struct tcphdr * th) |
tcphdr | 1504 | net/ipv4/tcp_input.c | static inline void tcp_urg(struct sock *sk, struct tcphdr *th, unsigned long len) |
tcphdr | 1595 | net/ipv4/tcp_input.c | struct tcphdr *th; |
tcphdr | 109 | net/ipv4/tcp_output.c | struct tcphdr * th = skb->h.th; |
tcphdr | 121 | net/ipv4/tcp_output.c | if (size < sizeof(struct tcphdr) || size > skb->len) |
tcphdr | 134 | net/ipv4/tcp_output.c | if (size == sizeof(struct tcphdr)) |
tcphdr | 331 | net/ipv4/tcp_output.c | struct tcphdr *th; |
tcphdr | 342 | net/ipv4/tcp_output.c | th = (struct tcphdr *)(((char *)iph) +(iph->ihl << 2)); |
tcphdr | 395 | net/ipv4/tcp_output.c | struct tcphdr *th; |
tcphdr | 432 | net/ipv4/tcp_output.c | th = (struct tcphdr *)(((char *)iph) + (iph->ihl << 2)); |
tcphdr | 561 | net/ipv4/tcp_output.c | void tcp_send_reset(unsigned long saddr, unsigned long daddr, struct tcphdr *th, |
tcphdr | 565 | net/ipv4/tcp_output.c | struct tcphdr *t1; |
tcphdr | 595 | net/ipv4/tcp_output.c | sizeof(struct tcphdr),tos,ttl,NULL); |
tcphdr | 603 | net/ipv4/tcp_output.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 640 | net/ipv4/tcp_output.c | struct tcphdr *th =(struct tcphdr *)&sk->dummy_th; |
tcphdr | 641 | net/ipv4/tcp_output.c | struct tcphdr *t1; |
tcphdr | 669 | net/ipv4/tcp_output.c | sizeof(struct tcphdr),sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache); |
tcphdr | 694 | net/ipv4/tcp_output.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 732 | net/ipv4/tcp_output.c | struct tcphdr *t1; |
tcphdr | 774 | net/ipv4/tcp_output.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 857 | net/ipv4/tcp_output.c | struct tcphdr *t1; |
tcphdr | 921 | net/ipv4/tcp_output.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
tcphdr | 947 | net/ipv4/tcp_output.c | struct tcphdr *t1; |
tcphdr | 979 | net/ipv4/tcp_output.c | struct tcphdr *th; |
tcphdr | 980 | net/ipv4/tcp_output.c | struct tcphdr *nth; |
tcphdr | 997 | net/ipv4/tcp_output.c | th = (struct tcphdr *)(((char *)iph) +(iph->ihl << 2)); |
tcphdr | 1039 | net/ipv4/tcp_output.c | nth = (struct tcphdr *) skb_put(buff,sizeof(*th)); |
tcphdr | 1098 | net/ipv4/tcp_output.c | t1 = (struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |