Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_sig.h70 extern bool tcpsig_sa_exists(tcp_t *, bool, tcpsig_sa_t **);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_sig.c1126 tcpsig_sa_exists(tcp_t *tcp, bool inbound, tcpsig_sa_t **sap) in tcpsig_sa_exists() function
1270 if (!tcpsig_sa_exists(tcp, inbound, &sa)) { in tcpsig_signature()
H A Dtcp_input.c575 if (tcpsig_sa_exists(tcp, true, NULL)) { in tcp_process_options()