Searched refs:tcp_sig_sa_out (Results 1 – 3 of 3) sorted by relevance
507 void *tcp_sig_sa_out; member
1432 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()
1268 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()