Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dtcp_minisocks.c421 mss - (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0), in tcp_openreq_init_rwin()
559 newtp->tcp_header_len = sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_create_openreq_child()
A Dtcp_input.c4193 th->doff == ((sizeof(*th) + TCPOLEN_TSTAMP_ALIGNED) / 4)) { in tcp_fast_parse_options()
5895 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) { in tcp_rcv_established()
5919 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()
5955 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()
6279 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
6280 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
6358 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
6578 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_state_process()
A Dtcp_output.c795 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_syn_options()
880 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_synack_options()
939 size += TCPOLEN_TSTAMP_ALIGNED; in tcp_established_options()
3660 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_connect_init()
A Dtcp_ipv4.c865 __be32 opt[(TCPOLEN_TSTAMP_ALIGNED >> 2) in tcp_v4_send_ack()
887 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v4_send_ack()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/
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()
/linux-6.3-rc2/net/netfilter/
A Dnf_synproxy_core.c105 size += TCPOLEN_TSTAMP_ALIGNED; in synproxy_options_size()
A Dnf_conntrack_proto_tcp.c408 if (length == TCPOLEN_TSTAMP_ALIGNED in tcp_sack()
/linux-6.3-rc2/net/ipv6/
A Dtcp_ipv6.c865 tot_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v6_send_response()
/linux-6.3-rc2/include/net/
A Dtcp.h212 #define TCPOLEN_TSTAMP_ALIGNED 12 macro

Completed in 51 milliseconds