Home
last modified time | relevance | path

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.c291 tsol_check_dest(const ts_label_t *tsl, const void *dst, in tsol_check_dest() function
840 retv = tsol_check_dest(tsl, &ipha->ipha_dst, IPV4_VERSION, in tsol_check_label_v4()
1397 retv = tsol_check_dest(tsl, &ip6h->ip6_dst, IPV6_VERSION, in tsol_check_label_v6()
H A Dip6.c1988 error = tsol_check_dest(ixa->ixa_tsl, dst_addr, IPV6_VERSION, in ip_set_destination_v6()
H A Dsadb.c3493 error = tsol_check_dest(tsl, peer_addr_ptr,
H A Dip.c3411 error = tsol_check_dest(ixa->ixa_tsl, &dst_addr, IPV4_VERSION, in ip_set_destination_v4()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c847 err = tsol_check_dest(ixa->ixa_tsl, &iackiph->ipha_dst, in sctp_send_initack()
851 err = tsol_check_dest(ixa->ixa_tsl, &iackip6h->ip6_dst, in sctp_send_initack()
H A Dsctp_common.c492 err = tsol_check_dest(ixa->ixa_tsl, in sctp_add_faddr()
496 err = tsol_check_dest(ixa->ixa_tsl, in sctp_add_faddr()
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2799 if (tsol_check_dest(ira->ira_tsl, (outer4 != NULL ? in iptun_input()