Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h507 void *tcp_sig_sa_out; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c1432 if (tcp->tcp_sig_sa_out != NULL) { in tcp_free()
1433 tcpsig_sa_rele(tcp->tcp_sig_sa_out); in tcp_free()
1434 tcp->tcp_sig_sa_out = NULL; in tcp_free()
2339 if (tcp->tcp_sig_sa_out != NULL) { in tcp_reinit_values()
2340 tcpsig_sa_rele(tcp->tcp_sig_sa_out); in tcp_reinit_values()
2341 tcp->tcp_sig_sa_out = NULL; in tcp_reinit_values()
H A Dtcp_sig.c1268 sa = inbound ? tcp->tcp_sig_sa_in : tcp->tcp_sig_sa_out; in tcpsig_signature()
1282 tcp->tcp_sig_sa_out = sa; in tcpsig_signature()