Home
last modified time | relevance | path

Searched refs:tcp_ipsec_overhead (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h381 int tcp_ipsec_overhead; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c743 if (tcp->tcp_ipsec_overhead == 0) in tcp_set_destination()
744 tcp->tcp_ipsec_overhead = conn_ipsec_length(connp); in tcp_set_destination()
746 mss -= tcp->tcp_ipsec_overhead; in tcp_set_destination()
2268 DONTCARE(tcp->tcp_ipsec_overhead); in tcp_reinit_values()
H A Dtcp_input.c700 tcp->tcp_ipsec_overhead - in tcp_process_options()