Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dtcp.h378 int tcp_ipsec_overhead; member
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp.c748 if (tcp->tcp_ipsec_overhead == 0) in tcp_set_destination()
749 tcp->tcp_ipsec_overhead = conn_ipsec_length(connp); in tcp_set_destination()
751 mss -= tcp->tcp_ipsec_overhead; in tcp_set_destination()
2255 DONTCARE(tcp->tcp_ipsec_overhead);
H A Dtcp_input.c529 tcp->tcp_ipsec_overhead - in tcp_process_options()