tag | line | file | source code |
nth | 918 | net/ipv4/tcp_output.c | struct tcphdr *nth; |
nth | 977 | net/ipv4/tcp_output.c | nth = (struct tcphdr *) skb_put(buff,sizeof(*th)); |
nth | 979 | net/ipv4/tcp_output.c | memcpy(nth, th, sizeof(*th)); |
nth | 985 | net/ipv4/tcp_output.c | nth->ack = 1; |
nth | 986 | net/ipv4/tcp_output.c | nth->ack_seq = htonl(sk->acked_seq); |
nth | 987 | net/ipv4/tcp_output.c | nth->window = htons(tcp_select_window(sk)); |
nth | 988 | net/ipv4/tcp_output.c | nth->check = 0; |
nth | 1004 | net/ipv4/tcp_output.c | nth->urg = 0; |
nth | 1010 | net/ipv4/tcp_output.c | tcp_send_check(nth, sk->saddr, sk->daddr, |
nth | 1011 | net/ipv4/tcp_output.c | nth->doff * 4 + win_size , buff); |