tcp_header_size 1025 net/ipv4/tcp_output.c unsigned int tcp_options_size, tcp_header_size; tcp_header_size 1077 net/ipv4/tcp_output.c tcp_header_size = tcp_options_size + sizeof(struct tcphdr); tcp_header_size 1095 net/ipv4/tcp_output.c skb_push(skb, tcp_header_size); tcp_header_size 1112 net/ipv4/tcp_output.c *(((__be16 *)th) + 6) = htons(((tcp_header_size >> 2) << 12) | tcp_header_size 1133 net/ipv4/tcp_output.c tcp_ecn_send(sk, skb, th, tcp_header_size); tcp_header_size 1154 net/ipv4/tcp_output.c if (skb->len != tcp_header_size) { tcp_header_size 1157 net/ipv4/tcp_output.c tp->bytes_sent += skb->len - tcp_header_size; tcp_header_size 3276 net/ipv4/tcp_output.c int tcp_header_size; tcp_header_size 3328 net/ipv4/tcp_output.c tcp_header_size = tcp_synack_options(sk, req, mss, skb, &opts, md5, tcp_header_size 3331 net/ipv4/tcp_output.c skb_push(skb, tcp_header_size); tcp_header_size 3350 net/ipv4/tcp_output.c th->doff = (tcp_header_size >> 2);