tag | line | file | source code |
th | 251 | drivers/net/slhc.c | struct tcphdr *th, *oth; |
th | 267 | drivers/net/slhc.c | th = (struct tcphdr *)(((unsigned char *)ip) + ip->ihl*4); |
th | 268 | drivers/net/slhc.c | hlen = ip->ihl*4 + th->doff*4; |
th | 273 | drivers/net/slhc.c | if(th->syn || th->fin || th->rst || |
th | 274 | drivers/net/slhc.c | ! (th->ack)){ |
th | 296 | drivers/net/slhc.c | && th->source == cs->cs_tcp.source |
th | 297 | drivers/net/slhc.c | && th->dest == cs->cs_tcp.dest) |
th | 355 | drivers/net/slhc.c | || th->doff != cs->cs_tcp.doff |
th | 357 | drivers/net/slhc.c | || (th->doff > 5 && memcmp(th+1,cs->cs_tcpopt,((th->doff)-5)*4) != 0)){ |
th | 367 | drivers/net/slhc.c | if(th->urg){ |
th | 368 | drivers/net/slhc.c | deltaS = ntohs(th->urg_ptr); |
th | 371 | drivers/net/slhc.c | } else if(th->urg_ptr != oth->urg_ptr){ |
th | 378 | drivers/net/slhc.c | if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){ |
th | 382 | drivers/net/slhc.c | if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ |
th | 388 | drivers/net/slhc.c | if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ |
th | 435 | drivers/net/slhc.c | if(th->psh) |
th | 440 | drivers/net/slhc.c | deltaA = ntohs(th->check); |
th | 442 | drivers/net/slhc.c | memcpy(&cs->cs_tcp,th,20); |
th | 475 | drivers/net/slhc.c | memcpy(&cs->cs_tcp,th,20); |
th | 478 | drivers/net/slhc.c | if (th->doff > 5) |
th | 479 | drivers/net/slhc.c | memcpy(cs->cs_tcpopt, th+1, ((th->doff) - 5) * 4); |
th | 16 | include/asm-alpha/ipsum.h | extern inline unsigned short tcp_check(struct tcphdr *th, int len, u32 saddr, u32 daddr) |
th | 52 | include/linux/skbuff.h | struct tcphdr *th; |
th | 14 | include/net/arp.h | unsigned char *dest_hw, unsigned char *src_hw, unsigned char *th); |
th | 137 | include/net/tcp.h | extern void tcp_send_check(struct tcphdr *th, unsigned long saddr, |
th | 597 | net/ipv4/ip_fw.c | struct tcphdr *th = (struct tcphdr *)&(((char *)iph)[iph->ihl*4]); |
th | 599 | net/ipv4/ip_fw.c | char *p, *data = (char *)&th[1]; |
th | 616 | net/ipv4/ip_fw.c | seq=ntohl(th->seq); |
th | 621 | net/ipv4/ip_fw.c | th->seq = htonl(seq + ftp->delta); |
th | 628 | net/ipv4/ip_fw.c | th->seq = htonl(seq + ftp->previous_delta); |
th | 868 | net/ipv4/ip_fw.c | struct tcphdr *th; |
th | 877 | net/ipv4/ip_fw.c | th = (struct tcphdr *)portptr; |
th | 882 | net/ipv4/ip_fw.c | if (ms->sawfin || th->fin) |
th | 889 | net/ipv4/ip_fw.c | tcp_send_check(th,iph->saddr,iph->daddr,size,skb->sk); |
th | 913 | net/ipv4/ip_fw.c | struct tcphdr *th = (struct tcphdr *)(skb_ptr->h.raw+(iph->ihl<<2)); |
th | 974 | net/ipv4/ip_fw.c | printk("demasq : delta=%d ; previous_delta=%d ; init_seq=%lX ; ack_seq=%lX ; after=%d\n",ms->delta,ms->previous_delta,ntohl(ms->init_seq),ntohl(th->ack_seq),after(ntohl(th->ack_seq),ntohl(ms->init_seq))); |
th | 976 | net/ipv4/ip_fw.c | ack_seq=ntohl(th->ack_seq); |
th | 981 | net/ipv4/ip_fw.c | th->ack_seq = htonl(ack_seq-ms->delta); |
th | 988 | net/ipv4/ip_fw.c | th->ack_seq = htonl(ack_seq-ms->previous_delta); |
th | 645 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 669 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) + (iph->ihl << 2)); |
th | 737 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
th | 738 | net/ipv4/tcp.c | th->window = ntohs(tcp_select_window(sk)); |
th | 739 | net/ipv4/tcp.c | tcp_send_check(th, sk->saddr, sk->daddr, size, sk); |
th | 1071 | net/ipv4/tcp.c | struct tcphdr *th = (struct tcphdr *)header; |
th | 1080 | net/ipv4/tcp.c | th =(struct tcphdr *)header; |
th | 1081 | net/ipv4/tcp.c | sk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr); |
th | 1188 | net/ipv4/tcp.c | if (skb->h.th->syn) |
th | 1193 | net/ipv4/tcp.c | if (skb->h.th->syn) |
th | 1213 | net/ipv4/tcp.c | if (skb->h.th->urg) |
th | 1215 | net/ipv4/tcp.c | if (amount && skb->h.th->psh) break; |
th | 1361 | net/ipv4/tcp.c | unsigned short tcp_check(struct tcphdr *th, int len, |
th | 1369 | net/ipv4/tcp.c | void tcp_send_check(struct tcphdr *th, unsigned long saddr, |
th | 1372 | net/ipv4/tcp.c | th->check = 0; |
th | 1373 | net/ipv4/tcp.c | th->check = tcp_check(th, len, saddr, daddr, |
th | 1374 | net/ipv4/tcp.c | csum_partial((char *)th,len,0)); |
th | 1386 | net/ipv4/tcp.c | struct tcphdr * th = skb->h.th; |
th | 1392 | net/ipv4/tcp.c | size = skb->len - ((unsigned char *) th - skb->data); |
th | 1401 | net/ipv4/tcp.c | skb, skb->data, th, skb->len); |
th | 1414 | net/ipv4/tcp.c | if(!th->syn && !th->fin) |
th | 1427 | net/ipv4/tcp.c | skb->seq = ntohl(th->seq); |
th | 1428 | net/ipv4/tcp.c | skb->end_seq = skb->seq + size - 4*th->doff; |
th | 1444 | net/ipv4/tcp.c | th->check = 0; |
th | 1469 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
th | 1470 | net/ipv4/tcp.c | th->window = htons(tcp_select_window(sk)); |
th | 1472 | net/ipv4/tcp.c | tcp_send_check(th, sk->saddr, sk->daddr, size, sk); |
th | 1568 | net/ipv4/tcp.c | struct tcphdr *th, unsigned long daddr) |
th | 1622 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
th | 1628 | net/ipv4/tcp.c | t1->dest = th->source; |
th | 1629 | net/ipv4/tcp.c | t1->source = th->dest; |
th | 1682 | net/ipv4/tcp.c | extern __inline int tcp_build_header(struct tcphdr *th, struct sock *sk, int push) |
th | 1685 | net/ipv4/tcp.c | memcpy(th,(void *) &(sk->dummy_th), sizeof(*th)); |
th | 1686 | net/ipv4/tcp.c | th->seq = htonl(sk->write_seq); |
th | 1687 | net/ipv4/tcp.c | th->psh =(push == 0) ? 1 : 0; |
th | 1688 | net/ipv4/tcp.c | th->doff = sizeof(*th)/4; |
th | 1689 | net/ipv4/tcp.c | th->ack = 1; |
th | 1690 | net/ipv4/tcp.c | th->fin = 0; |
th | 1694 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
th | 1696 | net/ipv4/tcp.c | th->window = htons(sk->window); |
th | 1698 | net/ipv4/tcp.c | return(sizeof(*th)); |
th | 1871 | net/ipv4/tcp.c | hdrlen = ((unsigned long)skb->h.th - (unsigned long)skb->data) |
th | 2012 | net/ipv4/tcp.c | skb->h.th =(struct tcphdr *)skb_put(skb,sizeof(struct tcphdr)); |
th | 2013 | net/ipv4/tcp.c | tmp = tcp_build_header(skb->h.th, sk, seglen-copy); |
th | 2025 | net/ipv4/tcp.c | skb->h.th->urg = 1; |
th | 2026 | net/ipv4/tcp.c | skb->h.th->urg_ptr = ntohs(copy); |
th | 2369 | net/ipv4/tcp.c | if (skb->h.th->syn) |
th | 2373 | net/ipv4/tcp.c | if (skb->h.th->fin) |
th | 2480 | net/ipv4/tcp.c | memcpy_toiovec(msg->msg_iov,((unsigned char *)skb->h.th) + |
th | 2481 | net/ipv4/tcp.c | skb->h.th->doff*4 + offset, used); |
th | 2502 | net/ipv4/tcp.c | if (skb->h.th->fin) |
th | 2609 | net/ipv4/tcp.c | struct tcphdr *th =(struct tcphdr *)&sk->dummy_th; |
th | 2667 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
th | 2763 | net/ipv4/tcp.c | static void tcp_reset(unsigned long saddr, unsigned long daddr, struct tcphdr *th, |
th | 2775 | net/ipv4/tcp.c | if(th->rst) |
th | 2805 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
th | 2811 | net/ipv4/tcp.c | t1->dest = th->source; |
th | 2812 | net/ipv4/tcp.c | t1->source = th->dest; |
th | 2816 | net/ipv4/tcp.c | if(th->ack) |
th | 2819 | net/ipv4/tcp.c | t1->seq = th->ack_seq; |
th | 2825 | net/ipv4/tcp.c | if(!th->syn) |
th | 2826 | net/ipv4/tcp.c | t1->ack_seq = th->seq; |
th | 2828 | net/ipv4/tcp.c | t1->ack_seq = htonl(ntohl(th->seq)+1); |
th | 2854 | net/ipv4/tcp.c | static void tcp_options(struct sock *sk, struct tcphdr *th) |
th | 2857 | net/ipv4/tcp.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
th | 2860 | net/ipv4/tcp.c | ptr = (unsigned char *)(th + 1); |
th | 2881 | net/ipv4/tcp.c | if(opsize==4 && th->syn) |
th | 2893 | net/ipv4/tcp.c | if (th->syn) |
th | 2947 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 2952 | net/ipv4/tcp.c | th = skb->h.th; |
th | 2963 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl); |
th | 3064 | net/ipv4/tcp.c | newsk->dummy_th.source = skb->h.th->dest; |
th | 3065 | net/ipv4/tcp.c | newsk->dummy_th.dest = skb->h.th->source; |
th | 3143 | net/ipv4/tcp.c | tcp_options(newsk,skb->h.th); |
th | 3190 | net/ipv4/tcp.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
th | 3196 | net/ipv4/tcp.c | t1->dest = skb->h.th->source; |
th | 3357 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 3368 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) +(iph->ihl << 2)); |
th | 3369 | net/ipv4/tcp.c | size = skb->len - (((unsigned char *) th) - skb->data); |
th | 3378 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
th | 3379 | net/ipv4/tcp.c | th->window = htons(tcp_select_window(sk)); |
th | 3381 | net/ipv4/tcp.c | tcp_send_check(th, sk->saddr, sk->daddr, size, sk); |
th | 3405 | net/ipv4/tcp.c | extern __inline__ int tcp_ack(struct sock *sk, struct tcphdr *th, unsigned long saddr, int len) |
th | 3424 | net/ipv4/tcp.c | ack = ntohl(th->ack_seq); |
th | 3426 | net/ipv4/tcp.c | if (ntohs(th->window) > sk->max_window) |
th | 3428 | net/ipv4/tcp.c | sk->max_window = ntohs(th->window); |
th | 3481 | net/ipv4/tcp.c | if (len != th->doff*4) |
th | 3488 | net/ipv4/tcp.c | if (after(sk->window_seq, ack+ntohs(th->window))) |
th | 3512 | net/ipv4/tcp.c | sk->window_seq = ack + ntohs(th->window); |
th | 3568 | net/ipv4/tcp.c | sk->window_seq = ack + ntohs(th->window); |
th | 3942 | net/ipv4/tcp.c | tcp_options(sk,th); |
th | 3943 | net/ipv4/tcp.c | sk->dummy_th.dest=th->source; |
th | 4016 | net/ipv4/tcp.c | static int tcp_fin(struct sk_buff *skb, struct sock *sk, struct tcphdr *th) |
th | 4036 | net/ipv4/tcp.c | if (th->rst) |
th | 4107 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 4111 | net/ipv4/tcp.c | th = skb->h.th; |
th | 4112 | net/ipv4/tcp.c | skb_pull(skb,th->doff*4); |
th | 4113 | net/ipv4/tcp.c | skb_trim(skb,len-(th->doff*4)); |
th | 4122 | net/ipv4/tcp.c | if (skb->len == 0 && !th->fin) |
th | 4128 | net/ipv4/tcp.c | if (!th->ack) |
th | 4129 | net/ipv4/tcp.c | tcp_send_ack(sk->sent_seq, sk->acked_seq,sk, th, saddr); |
th | 4152 | net/ipv4/tcp.c | new_seq = skb->seq + skb->len + th->syn; /* Right edge of _data_ part of frame */ |
th | 4174 | net/ipv4/tcp.c | sk->acked_seq = new_seq + th->fin; |
th | 4175 | net/ipv4/tcp.c | tcp_reset(sk->saddr, sk->daddr, skb->h.th, |
th | 4297 | net/ipv4/tcp.c | if (skb->h.th->fin) |
th | 4299 | net/ipv4/tcp.c | tcp_fin(skb,sk,skb->h.th); |
th | 4322 | net/ipv4/tcp.c | if (skb2->h.th->fin) |
th | 4324 | net/ipv4/tcp.c | tcp_fin(skb,sk,skb->h.th); |
th | 4345 | net/ipv4/tcp.c | sk->bytes_rcv > sk->max_unacked || th->fin) { |
th | 4394 | net/ipv4/tcp.c | tcp_send_ack(sk->sent_seq, sk->acked_seq, sk, th, saddr); |
th | 4400 | net/ipv4/tcp.c | tcp_send_ack(sk->sent_seq, sk->acked_seq, sk, th, saddr); |
th | 4425 | net/ipv4/tcp.c | static void tcp_check_urg(struct sock * sk, struct tcphdr * th) |
th | 4427 | net/ipv4/tcp.c | u32 ptr = ntohs(th->urg_ptr); |
th | 4431 | net/ipv4/tcp.c | ptr += ntohl(th->seq); |
th | 4457 | net/ipv4/tcp.c | extern __inline__ int tcp_urg(struct sock *sk, struct tcphdr *th, |
th | 4466 | net/ipv4/tcp.c | if (th->urg) |
th | 4467 | net/ipv4/tcp.c | tcp_check_urg(sk,th); |
th | 4480 | net/ipv4/tcp.c | ptr = sk->urg_seq - ntohl(th->seq) + th->doff*4; |
th | 4488 | net/ipv4/tcp.c | sk->urg_data = URG_VALID | *(ptr + (unsigned char *) th); |
th | 4730 | net/ipv4/tcp.c | extern __inline__ int tcp_sequence(struct sock *sk, struct tcphdr *th, short len, |
th | 4735 | net/ipv4/tcp.c | next_seq = len - 4*th->doff; |
th | 4736 | net/ipv4/tcp.c | if (th->fin) |
th | 4741 | net/ipv4/tcp.c | next_seq += ntohl(th->seq); |
th | 4754 | net/ipv4/tcp.c | if (!before(ntohl(th->seq), sk->acked_seq + sk->window + 1)) |
th | 4761 | net/ipv4/tcp.c | if (th->rst) |
th | 4773 | net/ipv4/tcp.c | tcp_reset(sk->saddr,sk->daddr,th,sk->prot,NULL,dev, sk->ip_tos,sk->ip_ttl); |
th | 4778 | net/ipv4/tcp.c | tcp_send_ack(sk->sent_seq, sk->acked_seq, sk, th, saddr); |
th | 4823 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 4834 | net/ipv4/tcp.c | th = skb->h.th; |
th | 4840 | net/ipv4/tcp.c | if(!redo && saddr==th_cache_saddr && daddr==th_cache_daddr && th->dest==th_cache_dport && th->source==th_cache_sport) |
th | 4846 | net/ipv4/tcp.c | if(sk!=get_sock(&tcp_prot,th->dest, saddr, th->source, daddr)) |
th | 4851 | net/ipv4/tcp.c | sk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr); |
th | 4854 | net/ipv4/tcp.c | th_cache_dport=th->dest; |
th | 4855 | net/ipv4/tcp.c | th_cache_sport=th->source; |
th | 4881 | net/ipv4/tcp.c | (skb->ip_summed && tcp_check(th, len, saddr, daddr, skb->csum ))|| |
th | 4882 | net/ipv4/tcp.c | (!skb->ip_summed && tcp_check(th, len, saddr, daddr, csum_partial((char *)th, len, 0))) |
th | 4894 | net/ipv4/tcp.c | skb->seq = ntohl(th->seq); |
th | 4895 | net/ipv4/tcp.c | skb->end_seq = skb->seq + th->syn + th->fin + len - th->doff*4; |
th | 4896 | net/ipv4/tcp.c | skb->ack_seq = ntohl(th->ack_seq); |
th | 4904 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
th | 4934 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
th | 4972 | net/ipv4/tcp.c | if(th->ack) /* These use the socket TOS.. might want to be the received TOS */ |
th | 4973 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th,sk->prot,opt,dev,sk->ip_tos, sk->ip_ttl); |
th | 4982 | net/ipv4/tcp.c | if(th->rst || !th->syn || th->ack || ip_chk_addr(daddr)!=IS_MYADDR) |
th | 5009 | net/ipv4/tcp.c | if (sk->state == TCP_SYN_RECV && th->syn && skb->seq+1 == sk->acked_seq) |
th | 5024 | net/ipv4/tcp.c | if(th->ack) |
th | 5027 | net/ipv4/tcp.c | if(!tcp_ack(sk,th,saddr,len)) |
th | 5032 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, |
th | 5038 | net/ipv4/tcp.c | if(th->rst) |
th | 5040 | net/ipv4/tcp.c | if(!th->syn) |
th | 5055 | net/ipv4/tcp.c | tcp_send_ack(sk->sent_seq,sk->acked_seq,sk,th,sk->daddr); |
th | 5057 | net/ipv4/tcp.c | tcp_options(sk,th); |
th | 5058 | net/ipv4/tcp.c | sk->dummy_th.dest=th->source; |
th | 5074 | net/ipv4/tcp.c | if(th->syn && !th->rst) |
th | 5079 | net/ipv4/tcp.c | sk->dummy_th.source==th->source && |
th | 5080 | net/ipv4/tcp.c | sk->dummy_th.dest==th->dest) |
th | 5111 | net/ipv4/tcp.c | if (sk->state == TCP_TIME_WAIT && th->syn && sk->dead && |
th | 5112 | net/ipv4/tcp.c | after(skb->seq, sk->acked_seq) && !th->rst) |
th | 5124 | net/ipv4/tcp.c | sk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr); |
th | 5146 | net/ipv4/tcp.c | if(!tcp_sequence(sk,th,len,opt,saddr,dev)) |
th | 5153 | net/ipv4/tcp.c | if(th->rst) |
th | 5160 | net/ipv4/tcp.c | if(th->syn && !syn_ok) |
th | 5162 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |
th | 5171 | net/ipv4/tcp.c | if(th->ack && !tcp_ack(sk,th,saddr,len)) |
th | 5179 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th,sk->prot, opt, dev,sk->ip_tos,sk->ip_ttl); |
th | 5206 | net/ipv4/tcp.c | if(tcp_urg(sk, th, saddr, len)) |
th | 5272 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 5291 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) +(iph->ihl << 2)); |
th | 5297 | net/ipv4/tcp.c | buff = sock_wmalloc(sk, win_size + th->doff * 4 + |
th | 5333 | net/ipv4/tcp.c | nth = (struct tcphdr *) skb_put(buff,th->doff*4); |
th | 5335 | net/ipv4/tcp.c | memcpy(nth, th, th->doff * 4); |
th | 5350 | net/ipv4/tcp.c | tcp_data_start = (char *) th + (th->doff << 2); |
th | 5364 | net/ipv4/tcp.c | if(th->urg && ntohs(th->urg_ptr) < win_size) |