Home
last modified time | relevance | path

Searched refs:sctp_fanout (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dsctp_ip.h44 extern conn_t *sctp_fanout(in6_addr_t *, in6_addr_t *, uint32_t,
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c484 sctp_fanout(in6_addr_t *src, in6_addr_t *dst, uint32_t ports, in sctp_fanout() function
566 connp = sctp_fanout(src, dst, ports, ira, mp, sctps, NULL); in ip_fanout_sctp()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c2258 connp = sctp_fanout(&ip6h->ip6_src, &ip6h->ip6_dst, ports, in ip_fanout_v6()
H A Dip_input.c2609 connp = sctp_fanout(&map_src, &map_dst, ports, ira, mp, in ip_fanout_v4()