tag | line | file | source code |
nth | 5219 | net/ipv4/tcp.c | struct tcphdr *nth; |
nth | 5279 | net/ipv4/tcp.c | nth = (struct tcphdr *) skb_put(buff,th->doff*4); |
nth | 5281 | net/ipv4/tcp.c | memcpy(nth, th, th->doff * 4); |
nth | 5287 | net/ipv4/tcp.c | nth->ack = 1; |
nth | 5288 | net/ipv4/tcp.c | nth->ack_seq = ntohl(sk->acked_seq); |
nth | 5289 | net/ipv4/tcp.c | nth->window = ntohs(tcp_select_window(sk)); |
nth | 5290 | net/ipv4/tcp.c | nth->check = 0; |
nth | 5335 | net/ipv4/tcp.c | nth->urg_ptr = htons(win_size); |
nth | 5340 | net/ipv4/tcp.c | nth->urg = 0; |
nth | 5347 | net/ipv4/tcp.c | tcp_send_check(nth, sk->saddr, sk->daddr, |
nth | 5348 | net/ipv4/tcp.c | nth->doff * 4 + win_size , sk); |