Searched refs:tsol_check_dest (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtnet.h49 extern int tsol_check_dest(const ts_label_t *, const void *, uchar_t,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c271 * tsol_check_dest()
291 tsol_check_dest(const ts_label_t *tsl, const void *dst, function
315 "implicit-in packet to ip(1) reached tsol_check_dest "
837 * the security label of the message data. tsol_check_dest()
840 retv = tsol_check_dest(tsl, &ipha->ipha_dst, IPV4_VERSION,
1393 * the security label of the message data. tsol_check_dest()
1397 retv = tsol_check_dest(tsl, &ip6h->ip6_dst, IPV6_VERSION,
H A Dip6.c1998 error = tsol_check_dest(ixa->ixa_tsl, dst_addr, IPV6_VERSION,
H A Dsadb.c3467 error = tsol_check_dest(tsl, peer_addr_ptr,
H A Dip.c3391 error = tsol_check_dest(ixa->ixa_tsl, &dst_addr, IPV4_VERSION,
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c840 * an extra call to tsol_check_dest (as ip_output_simple
841 * also does a tsol_check_dest as part of computing the
847 err = tsol_check_dest(ixa->ixa_tsl, &iackiph->ipha_dst,
851 err = tsol_check_dest(ixa->ixa_tsl, &iackip6h->ip6_dst,
866 * tsol_check_dest, we just drop the ref.
H A Dsctp_common.c480 * tsol_check_dest() will create a new effective label for
492 err = tsol_check_dest(ixa->ixa_tsl,
496 err = tsol_check_dest(ixa->ixa_tsl,
1061 * Tsol note: We have already verified the addresses using tsol_check_dest
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2790 * If the system is labeled, we call tsol_check_dest() on the packet
2799 if (tsol_check_dest(ira->ira_tsl, (outer4 != NULL ?

Completed in 111 milliseconds