Searched refs:tsol_check_dest (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/tsol/ |
H A D | tnet.h | 49 extern int tsol_check_dest(const ts_label_t *, const void *, uchar_t,
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | tn_ipopt.c | 271 * 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 D | ip6.c | 1998 error = tsol_check_dest(ixa->ixa_tsl, dst_addr, IPV6_VERSION,
|
H A D | sadb.c | 3467 error = tsol_check_dest(tsl, peer_addr_ptr,
|
H A D | ip.c | 3391 error = tsol_check_dest(ixa->ixa_tsl, &dst_addr, IPV4_VERSION,
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_cookie.c | 840 * 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 D | sctp_common.c | 480 * 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 D | iptun.c | 2790 * 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