Searched refs:tsol_check_dest (Results 1 – 8 of 8) sorted by relevance
/titanic_50/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,
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | tn_ipopt.c | 291 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 D | ip6.c | 1998 error = tsol_check_dest(ixa->ixa_tsl, dst_addr, IPV6_VERSION, in ip_set_destination_v6()
|
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, in ip_set_destination_v4()
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_cookie.c | 847 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 D | sctp_common.c | 492 err = tsol_check_dest(ixa->ixa_tsl, in sctp_add_faddr() 496 err = tsol_check_dest(ixa->ixa_tsl, in sctp_add_faddr()
|
/titanic_50/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 2797 if (tsol_check_dest(ira->ira_tsl, (outer4 != NULL ? in iptun_input()
|