Home
last modified time | relevance | path

Searched refs:TCPOLEN_TSTAMP_ALIGNED (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv4/ !
H A Dtcp_minisocks.c455 mss - (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0), in tcp_openreq_init_rwin()
595 newtp->tcp_header_len = sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_create_openreq_child()
H A Dtcp_input.c4239 th->doff == ((sizeof(*th) + TCPOLEN_TSTAMP_ALIGNED) / 4)) { in tcp_fast_parse_options()
6086 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) { in tcp_rcv_established()
6112 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()
6153 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()
6481 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
6482 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
6570 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
6781 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_state_process()
H A Dtcp_output.c857 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_syn_options()
953 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_synack_options()
1010 size += TCPOLEN_TSTAMP_ALIGNED; in tcp_established_options()
3901 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_connect_init()
H A Dtcp_ao.c1363 * (MAX_TCP_OPTION_SPACE - TCPOLEN_TSTAMP_ALIGNED in tcp_ao_parse_crypto()
1387 syn_tcp_option_space -= TCPOLEN_TSTAMP_ALIGNED; in tcp_ao_parse_crypto()
H A Dtcp_ipv4.c964 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v4_send_ack()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ !
H A Dchtls_cm.c161 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED; in assign_rxopt()
162 tp->rx_opt.mss_clamp -= TCPOLEN_TSTAMP_ALIGNED; in assign_rxopt()