tag | line | file | source code |
nth | 4901 | net/ipv4/tcp.c | struct tcphdr *nth; |
nth | 4941 | net/ipv4/tcp.c | nth = (struct tcphdr *) (buff->data + buff->len); |
nth | 4944 | net/ipv4/tcp.c | memcpy(nth, th, th->doff * 4); |
nth | 4946 | net/ipv4/tcp.c | nth->ack = 1; |
nth | 4947 | net/ipv4/tcp.c | nth->ack_seq = ntohl(sk->acked_seq); |
nth | 4948 | net/ipv4/tcp.c | nth->window = ntohs(tcp_select_window(sk)); |
nth | 4949 | net/ipv4/tcp.c | nth->check = 0; |
nth | 4982 | net/ipv4/tcp.c | nth->urg_ptr = htons(win_size); |
nth | 4986 | net/ipv4/tcp.c | tcp_send_check(nth, sk->saddr, sk->daddr, |
nth | 4987 | net/ipv4/tcp.c | nth->doff * 4 + win_size , sk); |