Searched defs:sctp_conn_match (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c234 sctp_conn_match(in6_addr_t **faddrpp, uint32_t nfaddr, in6_addr_t *laddr, function
326 sctp = sctp_conn_match(&src, 1, dst, ports, zoneid, iraflags, sctps);
338 * First call sctp_conn_match() to get a match by passing in src & dst
340 * However sctp_conn_match() can return no match under condition such as :
346 * sctp_conn_match() to get a match.
368 if ((sctp = sctp_conn_match(&srcp, 1, dstp, ports, zoneid, iraflags,
376 * The above sctp_conn_match() should handle that, otherwise
427 * as it has already been thru sctp_conn_match() above.
462 sctp = sctp_conn_match(addrbuf, nfaddr, dstp, ports,
844 * Similar to but different from sctp_conn_match()
[all...]

Completed in 46 milliseconds