tag | line | file | source code |
th | 254 | drivers/net/slhc.c | struct tcphdr *th, *oth; |
th | 270 | drivers/net/slhc.c | th = (struct tcphdr *)(((unsigned char *)ip) + ip->ihl*4); |
th | 271 | drivers/net/slhc.c | hlen = ip->ihl*4 + th->doff*4; |
th | 276 | drivers/net/slhc.c | if(th->syn || th->fin || th->rst || |
th | 277 | drivers/net/slhc.c | ! (th->ack)){ |
th | 299 | drivers/net/slhc.c | && th->source == cs->cs_tcp.source |
th | 300 | drivers/net/slhc.c | && th->dest == cs->cs_tcp.dest) |
th | 358 | drivers/net/slhc.c | || th->doff != cs->cs_tcp.doff |
th | 360 | drivers/net/slhc.c | || (th->doff > 5 && memcmp(th+1,cs->cs_tcpopt,((th->doff)-5)*4) != 0)){ |
th | 370 | drivers/net/slhc.c | if(th->urg){ |
th | 371 | drivers/net/slhc.c | deltaS = ntohs(th->urg_ptr); |
th | 374 | drivers/net/slhc.c | } else if(th->urg_ptr != oth->urg_ptr){ |
th | 381 | drivers/net/slhc.c | if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){ |
th | 385 | drivers/net/slhc.c | if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ |
th | 391 | drivers/net/slhc.c | if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ |
th | 438 | drivers/net/slhc.c | if(th->psh) |
th | 443 | drivers/net/slhc.c | deltaA = ntohs(th->check); |
th | 445 | drivers/net/slhc.c | memcpy(&cs->cs_tcp,th,20); |
th | 478 | drivers/net/slhc.c | memcpy(&cs->cs_tcp,th,20); |
th | 481 | drivers/net/slhc.c | if (th->doff > 5) |
th | 482 | 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 | 20 | include/asm-sparc/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 | 137 | include/net/tcp.h | extern void tcp_send_check(struct tcphdr *th, unsigned long saddr, |
th | 579 | net/ipv4/ip_fw.c | struct tcphdr *th = (struct tcphdr *)&(((char *)iph)[iph->ihl*4]); |
th | 581 | net/ipv4/ip_fw.c | char *p, *data = (char *)&th[1]; |
th | 593 | net/ipv4/ip_fw.c | if (ftp->delta && after(ftp->init_seq,th->seq)) |
th | 595 | net/ipv4/ip_fw.c | th->seq += ftp->delta; |
th | 683 | net/ipv4/ip_fw.c | if(!ftp->init_seq || after(ftp->init_seq,th->seq)) |
th | 690 | net/ipv4/ip_fw.c | ftp->init_seq = th->seq; |
th | 812 | net/ipv4/ip_fw.c | struct tcphdr *th; |
th | 821 | net/ipv4/ip_fw.c | th = (struct tcphdr *)portptr; |
th | 826 | net/ipv4/ip_fw.c | if (ms->sawfin || th->fin) |
th | 833 | net/ipv4/ip_fw.c | tcp_send_check(th,iph->saddr,iph->daddr,size,skb->sk); |
th | 857 | net/ipv4/ip_fw.c | struct tcphdr *th = (struct tcphdr *)(skb_ptr->h.raw+(iph->ihl<<2)); |
th | 905 | net/ipv4/ip_fw.c | if (ms->delta && after(ms->init_seq,th->ack_seq)) |
th | 908 | net/ipv4/ip_fw.c | th->ack_seq -= ms->delta; |
th | 641 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 665 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) + (iph->ihl << 2)); |
th | 718 | net/ipv4/tcp.c | th->ack_seq = ntohl(sk->acked_seq); |
th | 719 | net/ipv4/tcp.c | th->window = ntohs(tcp_select_window(sk)); |
th | 720 | net/ipv4/tcp.c | tcp_send_check(th, sk->saddr, sk->daddr, size, sk); |
th | 1039 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 1046 | net/ipv4/tcp.c | th =(struct tcphdr *)header; |
th | 1047 | net/ipv4/tcp.c | sk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr); |
th | 1125 | net/ipv4/tcp.c | if (before(counted, skb->h.th->seq)) /* Found a hole so stops here */ |
th | 1127 | net/ipv4/tcp.c | sum = skb->len -(counted - skb->h.th->seq); /* Length - header but start from where we are up to (avoid overlaps) */ |
th | 1128 | net/ipv4/tcp.c | if (skb->h.th->syn) |
th | 1133 | net/ipv4/tcp.c | if (skb->h.th->syn) |
th | 1153 | net/ipv4/tcp.c | if (skb->h.th->urg) |
th | 1155 | net/ipv4/tcp.c | if (amount && skb->h.th->psh) break; |
th | 1301 | net/ipv4/tcp.c | unsigned short tcp_check(struct tcphdr *th, int len, |
th | 1309 | net/ipv4/tcp.c | void tcp_send_check(struct tcphdr *th, unsigned long saddr, |
th | 1312 | net/ipv4/tcp.c | th->check = 0; |
th | 1313 | net/ipv4/tcp.c | th->check = tcp_check(th, len, saddr, daddr, |
th | 1314 | net/ipv4/tcp.c | csum_partial((char *)th,len,0)); |
th | 1326 | net/ipv4/tcp.c | struct tcphdr * th = skb->h.th; |
th | 1332 | net/ipv4/tcp.c | size = skb->len - ((unsigned char *) th - skb->data); |
th | 1341 | net/ipv4/tcp.c | skb, skb->data, th, skb->len); |
th | 1354 | net/ipv4/tcp.c | if(!th->syn && !th->fin) |
th | 1367 | net/ipv4/tcp.c | skb->h.seq = ntohl(th->seq) + size - 4*th->doff; |
th | 1383 | net/ipv4/tcp.c | th->check = 0; |
th | 1408 | net/ipv4/tcp.c | th->ack_seq = ntohl(sk->acked_seq); |
th | 1409 | net/ipv4/tcp.c | th->window = ntohs(tcp_select_window(sk)); |
th | 1411 | net/ipv4/tcp.c | tcp_send_check(th, sk->saddr, sk->daddr, size, sk); |
th | 1507 | net/ipv4/tcp.c | struct tcphdr *th, unsigned long daddr) |
th | 1561 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
th | 1567 | net/ipv4/tcp.c | t1->dest = th->source; |
th | 1568 | net/ipv4/tcp.c | t1->source = th->dest; |
th | 1621 | net/ipv4/tcp.c | extern __inline int tcp_build_header(struct tcphdr *th, struct sock *sk, int push) |
th | 1624 | net/ipv4/tcp.c | memcpy(th,(void *) &(sk->dummy_th), sizeof(*th)); |
th | 1625 | net/ipv4/tcp.c | th->seq = htonl(sk->write_seq); |
th | 1626 | net/ipv4/tcp.c | th->psh =(push == 0) ? 1 : 0; |
th | 1627 | net/ipv4/tcp.c | th->doff = sizeof(*th)/4; |
th | 1628 | net/ipv4/tcp.c | th->ack = 1; |
th | 1629 | net/ipv4/tcp.c | th->fin = 0; |
th | 1633 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
th | 1635 | net/ipv4/tcp.c | th->window = htons(sk->window); |
th | 1637 | net/ipv4/tcp.c | return(sizeof(*th)); |
th | 1768 | net/ipv4/tcp.c | hdrlen = ((unsigned long)skb->h.th - (unsigned long)skb->data) |
th | 1907 | net/ipv4/tcp.c | skb->h.th =(struct tcphdr *)skb_put(skb,sizeof(struct tcphdr)); |
th | 1908 | net/ipv4/tcp.c | tmp = tcp_build_header(skb->h.th, sk, len-copy); |
th | 1920 | net/ipv4/tcp.c | skb->h.th->urg = 1; |
th | 1921 | net/ipv4/tcp.c | skb->h.th->urg_ptr = ntohs(copy); |
th | 2277 | net/ipv4/tcp.c | if (before(*seq, skb->h.th->seq)) |
th | 2279 | net/ipv4/tcp.c | offset = *seq - skb->h.th->seq; |
th | 2280 | net/ipv4/tcp.c | if (skb->h.th->syn) |
th | 2284 | net/ipv4/tcp.c | if (skb->h.th->fin) |
th | 2392 | net/ipv4/tcp.c | memcpy_tofs(to,((unsigned char *)skb->h.th) + |
th | 2393 | net/ipv4/tcp.c | skb->h.th->doff*4 + offset, used); |
th | 2415 | net/ipv4/tcp.c | if (skb->h.th->fin) |
th | 2509 | net/ipv4/tcp.c | struct tcphdr *th =(struct tcphdr *)&sk->dummy_th; |
th | 2567 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
th | 2693 | net/ipv4/tcp.c | static void tcp_reset(unsigned long saddr, unsigned long daddr, struct tcphdr *th, |
th | 2705 | net/ipv4/tcp.c | if(th->rst) |
th | 2735 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
th | 2741 | net/ipv4/tcp.c | t1->dest = th->source; |
th | 2742 | net/ipv4/tcp.c | t1->source = th->dest; |
th | 2746 | net/ipv4/tcp.c | if(th->ack) |
th | 2749 | net/ipv4/tcp.c | t1->seq = th->ack_seq; |
th | 2755 | net/ipv4/tcp.c | if(!th->syn) |
th | 2756 | net/ipv4/tcp.c | t1->ack_seq=htonl(th->seq); |
th | 2758 | net/ipv4/tcp.c | t1->ack_seq=htonl(th->seq+1); |
th | 2784 | net/ipv4/tcp.c | static void tcp_options(struct sock *sk, struct tcphdr *th) |
th | 2787 | net/ipv4/tcp.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
th | 2790 | net/ipv4/tcp.c | ptr = (unsigned char *)(th + 1); |
th | 2811 | net/ipv4/tcp.c | if(opsize==4 && th->syn) |
th | 2823 | net/ipv4/tcp.c | if (th->syn) |
th | 2877 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 2882 | net/ipv4/tcp.c | th = skb->h.th; |
th | 2893 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, sk->prot, opt, dev, sk->ip_tos,sk->ip_ttl); |
th | 2957 | net/ipv4/tcp.c | newsk->acked_seq = skb->h.th->seq+1; |
th | 2958 | net/ipv4/tcp.c | newsk->copied_seq = skb->h.th->seq+1; |
th | 2959 | net/ipv4/tcp.c | newsk->fin_seq = skb->h.th->seq; |
th | 2976 | net/ipv4/tcp.c | newsk->dummy_th.source = skb->h.th->dest; |
th | 2977 | net/ipv4/tcp.c | newsk->dummy_th.dest = skb->h.th->source; |
th | 2996 | net/ipv4/tcp.c | newsk->acked_seq = skb->h.th->seq + 1; |
th | 2997 | net/ipv4/tcp.c | newsk->copied_seq = skb->h.th->seq + 1; |
th | 3048 | net/ipv4/tcp.c | tcp_options(newsk,skb->h.th); |
th | 3095 | net/ipv4/tcp.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
th | 3100 | net/ipv4/tcp.c | t1->dest = skb->h.th->source; |
th | 3113 | net/ipv4/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
th | 3261 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 3272 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) +(iph->ihl << 2)); |
th | 3273 | net/ipv4/tcp.c | size = skb->len - (((unsigned char *) th) - skb->data); |
th | 3275 | net/ipv4/tcp.c | th->ack_seq = ntohl(sk->acked_seq); |
th | 3276 | net/ipv4/tcp.c | th->window = ntohs(tcp_select_window(sk)); |
th | 3278 | net/ipv4/tcp.c | tcp_send_check(th, sk->saddr, sk->daddr, size, sk); |
th | 3302 | net/ipv4/tcp.c | extern __inline__ int tcp_ack(struct sock *sk, struct tcphdr *th, unsigned long saddr, int len) |
th | 3321 | net/ipv4/tcp.c | ack = ntohl(th->ack_seq); |
th | 3323 | net/ipv4/tcp.c | if (ntohs(th->window) > sk->max_window) |
th | 3325 | net/ipv4/tcp.c | sk->max_window = ntohs(th->window); |
th | 3378 | net/ipv4/tcp.c | if (len != th->doff*4) |
th | 3385 | net/ipv4/tcp.c | if (after(sk->window_seq, ack+ntohs(th->window))) |
th | 3409 | net/ipv4/tcp.c | sk->window_seq = ack + ntohs(th->window); |
th | 3465 | net/ipv4/tcp.c | sk->window_seq = ack + ntohs(th->window); |
th | 3831 | net/ipv4/tcp.c | tcp_options(sk,th); |
th | 3832 | net/ipv4/tcp.c | sk->dummy_th.dest=th->source; |
th | 3905 | net/ipv4/tcp.c | static int tcp_fin(struct sk_buff *skb, struct sock *sk, struct tcphdr *th) |
th | 3907 | net/ipv4/tcp.c | sk->fin_seq = th->seq + skb->len + th->syn + th->fin; |
th | 3925 | net/ipv4/tcp.c | if (th->rst) |
th | 3996 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 4000 | net/ipv4/tcp.c | th = skb->h.th; |
th | 4001 | net/ipv4/tcp.c | skb_pull(skb,th->doff*4); |
th | 4002 | net/ipv4/tcp.c | skb_trim(skb,len-(th->doff*4)); |
th | 4011 | net/ipv4/tcp.c | if (skb->len == 0 && !th->fin) |
th | 4017 | net/ipv4/tcp.c | if (!th->ack) |
th | 4018 | net/ipv4/tcp.c | tcp_send_ack(sk->sent_seq, sk->acked_seq,sk, th, saddr); |
th | 4041 | net/ipv4/tcp.c | new_seq= th->seq + skb->len + th->syn; /* Right edge of _data_ part of frame */ |
th | 4063 | net/ipv4/tcp.c | sk->acked_seq = new_seq + th->fin; |
th | 4064 | net/ipv4/tcp.c | tcp_reset(sk->saddr, sk->daddr, skb->h.th, |
th | 4103 | net/ipv4/tcp.c | printk("skb1->h.th->seq = %d: ", skb1->h.th->seq); |
th | 4104 | net/ipv4/tcp.c | printk("skb->h.th->seq = %d\n",skb->h.th->seq); |
th | 4117 | net/ipv4/tcp.c | if (th->seq==skb1->h.th->seq && skb->len>= skb1->len) |
th | 4131 | net/ipv4/tcp.c | if (after(th->seq+1, skb1->h.th->seq)) |
th | 4152 | net/ipv4/tcp.c | th->ack_seq = th->seq + skb->len; |
th | 4153 | net/ipv4/tcp.c | if (th->syn) |
th | 4154 | net/ipv4/tcp.c | th->ack_seq++; |
th | 4155 | net/ipv4/tcp.c | if (th->fin) |
th | 4156 | net/ipv4/tcp.c | th->ack_seq++; |
th | 4170 | net/ipv4/tcp.c | if ((!dup_dumped && (skb1 == NULL || skb1->acked)) || before(th->seq, sk->acked_seq+1)) |
th | 4172 | net/ipv4/tcp.c | if (before(th->seq, sk->acked_seq+1)) |
th | 4176 | net/ipv4/tcp.c | if (after(th->ack_seq, sk->acked_seq)) |
th | 4178 | net/ipv4/tcp.c | newwindow = sk->window-(th->ack_seq - sk->acked_seq); |
th | 4182 | net/ipv4/tcp.c | sk->acked_seq = th->ack_seq; |
th | 4191 | net/ipv4/tcp.c | if (skb->h.th->fin) |
th | 4193 | net/ipv4/tcp.c | tcp_fin(skb,sk,skb->h.th); |
th | 4200 | net/ipv4/tcp.c | if (before(skb2->h.th->seq, sk->acked_seq+1)) |
th | 4202 | net/ipv4/tcp.c | if (after(skb2->h.th->ack_seq, sk->acked_seq)) |
th | 4205 | net/ipv4/tcp.c | (skb2->h.th->ack_seq - sk->acked_seq); |
th | 4209 | net/ipv4/tcp.c | sk->acked_seq = skb2->h.th->ack_seq; |
th | 4216 | net/ipv4/tcp.c | if (skb2->h.th->fin) |
th | 4218 | net/ipv4/tcp.c | tcp_fin(skb,sk,skb->h.th); |
th | 4239 | net/ipv4/tcp.c | sk->bytes_rcv > sk->max_unacked || th->fin) { |
th | 4288 | net/ipv4/tcp.c | tcp_send_ack(sk->sent_seq, sk->acked_seq, sk, th, saddr); |
th | 4294 | net/ipv4/tcp.c | tcp_send_ack(sk->sent_seq, sk->acked_seq, sk, th, saddr); |
th | 4319 | net/ipv4/tcp.c | static void tcp_check_urg(struct sock * sk, struct tcphdr * th) |
th | 4321 | net/ipv4/tcp.c | u32 ptr = ntohs(th->urg_ptr); |
th | 4325 | net/ipv4/tcp.c | ptr += th->seq; |
th | 4351 | net/ipv4/tcp.c | extern __inline__ int tcp_urg(struct sock *sk, struct tcphdr *th, |
th | 4360 | net/ipv4/tcp.c | if (th->urg) |
th | 4361 | net/ipv4/tcp.c | tcp_check_urg(sk,th); |
th | 4374 | net/ipv4/tcp.c | ptr = sk->urg_seq - th->seq + th->doff*4; |
th | 4382 | net/ipv4/tcp.c | sk->urg_data = URG_VALID | *(ptr + (unsigned char *) th); |
th | 4611 | net/ipv4/tcp.c | extern __inline__ int tcp_sequence(struct sock *sk, struct tcphdr *th, short len, |
th | 4616 | net/ipv4/tcp.c | next_seq = len - 4*th->doff; |
th | 4617 | net/ipv4/tcp.c | if (th->fin) |
th | 4622 | net/ipv4/tcp.c | next_seq += th->seq; |
th | 4635 | net/ipv4/tcp.c | if (!before(th->seq, sk->acked_seq + sk->window + 1)) |
th | 4642 | net/ipv4/tcp.c | if (th->rst) |
th | 4654 | net/ipv4/tcp.c | tcp_reset(sk->saddr,sk->daddr,th,sk->prot,NULL,dev, sk->ip_tos,sk->ip_ttl); |
th | 4659 | net/ipv4/tcp.c | tcp_send_ack(sk->sent_seq, sk->acked_seq, sk, th, saddr); |
th | 4704 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 4715 | net/ipv4/tcp.c | th = skb->h.th; |
th | 4721 | net/ipv4/tcp.c | if(saddr==th_cache_saddr && daddr==th_cache_daddr && th->dest==th_cache_dport && th->source==th_cache_sport) |
th | 4725 | net/ipv4/tcp.c | sk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr); |
th | 4728 | net/ipv4/tcp.c | th_cache_dport=th->dest; |
th | 4729 | net/ipv4/tcp.c | th_cache_sport=th->source; |
th | 4755 | net/ipv4/tcp.c | (skb->ip_summed && tcp_check(th, len, saddr, daddr, skb->csum ))|| |
th | 4756 | net/ipv4/tcp.c | (!skb->ip_summed && tcp_check(th, len, saddr, daddr, csum_partial((char *)th, len, 0))) |
th | 4767 | net/ipv4/tcp.c | th->seq = ntohl(th->seq); |
th | 4775 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
th | 4806 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
th | 4851 | net/ipv4/tcp.c | if(th->ack) /* These use the socket TOS.. might want to be the received TOS */ |
th | 4852 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th,sk->prot,opt,dev,sk->ip_tos, sk->ip_ttl); |
th | 4861 | net/ipv4/tcp.c | if(th->rst || !th->syn || th->ack || ip_chk_addr(daddr)!=IS_MYADDR) |
th | 4888 | net/ipv4/tcp.c | if (sk->state == TCP_SYN_RECV && th->syn && th->seq+1 == sk->acked_seq) |
th | 4903 | net/ipv4/tcp.c | if(th->ack) |
th | 4906 | net/ipv4/tcp.c | if(!tcp_ack(sk,th,saddr,len)) |
th | 4911 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, |
th | 4917 | net/ipv4/tcp.c | if(th->rst) |
th | 4919 | net/ipv4/tcp.c | if(!th->syn) |
th | 4932 | net/ipv4/tcp.c | sk->acked_seq=th->seq+1; |
th | 4933 | net/ipv4/tcp.c | sk->fin_seq=th->seq; |
th | 4934 | net/ipv4/tcp.c | tcp_send_ack(sk->sent_seq,sk->acked_seq,sk,th,sk->daddr); |
th | 4936 | net/ipv4/tcp.c | tcp_options(sk,th); |
th | 4937 | net/ipv4/tcp.c | sk->dummy_th.dest=th->source; |
th | 4953 | net/ipv4/tcp.c | if(th->syn && !th->rst) |
th | 4958 | net/ipv4/tcp.c | sk->dummy_th.source==th->source && |
th | 4959 | net/ipv4/tcp.c | sk->dummy_th.dest==th->dest) |
th | 4990 | net/ipv4/tcp.c | if (sk->state == TCP_TIME_WAIT && th->syn && sk->dead && |
th | 4991 | net/ipv4/tcp.c | after(th->seq, sk->acked_seq) && !th->rst) |
th | 5003 | net/ipv4/tcp.c | sk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr); |
th | 5025 | net/ipv4/tcp.c | if(!tcp_sequence(sk,th,len,opt,saddr,dev)) |
th | 5032 | net/ipv4/tcp.c | if(th->rst) |
th | 5039 | net/ipv4/tcp.c | if(th->syn && !syn_ok) |
th | 5041 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |
th | 5050 | net/ipv4/tcp.c | if(th->ack && !tcp_ack(sk,th,saddr,len)) |
th | 5058 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th,sk->prot, opt, dev,sk->ip_tos,sk->ip_ttl); |
th | 5071 | net/ipv4/tcp.c | if(tcp_urg(sk, th, saddr, len)) |
th | 5138 | net/ipv4/tcp.c | struct tcphdr *th; |
th | 5154 | net/ipv4/tcp.c | th = (struct tcphdr *)(((char *)iph) +(iph->ihl << 2)); |
th | 5160 | net/ipv4/tcp.c | buff = sk->prot->wmalloc(sk, win_size + th->doff * 4 + |
th | 5196 | net/ipv4/tcp.c | nth = (struct tcphdr *) skb_put(buff,th->doff*4); |
th | 5198 | net/ipv4/tcp.c | memcpy(nth, th, th->doff * 4); |
th | 5214 | net/ipv4/tcp.c | (iph->ihl << 2) + th->doff * 4; |
th | 5233 | net/ipv4/tcp.c | th->check = 0; |
th | 5240 | net/ipv4/tcp.c | th->seq = htonl(sk->sent_seq); |
th | 5241 | net/ipv4/tcp.c | if (th->urg) |
th | 5245 | net/ipv4/tcp.c | urg_ptr = ntohs(th->urg_ptr); |
th | 5247 | net/ipv4/tcp.c | th->urg = 0; |
th | 5251 | net/ipv4/tcp.c | th->urg_ptr = htons(urg_ptr); |
th | 5256 | net/ipv4/tcp.c | if(th->urg && ntohs(th->urg_ptr) < win_size) |