Searched refs:tcpsig_sa_exists (Results 1 – 3 of 3) sorted by relevance
70 extern bool tcpsig_sa_exists(tcp_t *, bool, tcpsig_sa_t **);
1126 tcpsig_sa_exists(tcp_t *tcp, bool inbound, tcpsig_sa_t **sap) in tcpsig_sa_exists() function1270 if (!tcpsig_sa_exists(tcp, inbound, &sa)) { in tcpsig_signature()
575 if (tcpsig_sa_exists(tcp, true, NULL)) { in tcp_process_options()