Searched refs:find_tpc (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | tnet.c | 743 if ((src_rhtp = find_tpc(src, version, B_FALSE)) == NULL) in tsol_get_pkt_label() 797 if ((src_rhtp = find_tpc(src, version, B_FALSE)) == NULL) in tsol_get_pkt_label() 982 tp = find_tpc(addr, version, B_FALSE); in tsol_receive_local() 1045 src_rhtp = find_tpc(&ipha->ipha_src, IPV4_VERSION, in tsol_can_accept_raw() 1049 dst_rhtp = find_tpc(&ipha->ipha_dst, IPV4_VERSION, in tsol_can_accept_raw() 1054 src_rhtp = find_tpc(&ip6h->ip6_src, IPV6_VERSION, in tsol_can_accept_raw() 1058 dst_rhtp = find_tpc(&ip6h->ip6_dst, IPV6_VERSION, in tsol_can_accept_raw() 1159 rhtp = find_tpc(&ipha->ipha_dst, IPV4_VERSION, B_FALSE); in tsol_can_reply_error() 1162 rhtp = find_tpc(&ip6h->ip6_dst, IPV6_VERSION, B_FALSE); in tsol_can_reply_error() 1531 dst_rhtp = find_tpc(pdst, ire->ire_ipversion, B_FALSE); in tsol_ip_forward() [all …]
|
H A D | ip6_if.c | 1947 dst_rhtp = find_tpc(dst, IPV6_VERSION, B_FALSE); in ipif_select_source_v6() 2040 src_rhtp = find_tpc(&ipif->ipif_v6lcl_addr, in ipif_select_source_v6()
|
H A D | tn_ipopt.c | 336 if ((dst_rhtp = find_tpc(dst, version, B_FALSE)) == NULL) { in tsol_check_dest()
|
H A D | ip_if.c | 15343 dst_rhtp = find_tpc(&dst, IPV4_VERSION, B_FALSE); in ipif_select_source_v4() 15418 src_rhtp = find_tpc(&ipif->ipif_lcl_addr, in ipif_select_source_v4()
|
/titanic_41/usr/src/uts/common/sys/tsol/ |
H A D | tndb.h | 378 extern tsol_tpc_t *find_tpc(const void *, uchar_t, boolean_t);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | labelsys.c | 456 tpc = find_tpc(&rhent->rh_address.ta_addr_v4, IPV4_VERSION, in tnrh_get() 461 tpc = find_tpc(&rhent->rh_address.ta_addr_v6, IPV6_VERSION, in tnrh_get() 1183 find_tpc(const void *addr, uchar_t version, boolean_t staleok) in find_tpc() function
|
H A D | tlabel.c | 285 tp = find_tpc(ipaddr, addr_type, B_FALSE); in getflabel_nfs()
|
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 969 tp = find_tpc(ipaddr, addr_type, B_FALSE); in smbfs_mount_label_policy()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_subr.c | 5155 tp = find_tpc(ipaddr, addr_type, B_FALSE); in nfs_mount_label_policy()
|
H A D | nfs3_srv.c | 463 tp = find_tpc(ipaddr, addr_type, B_FALSE); in rfs3_lookup()
|
H A D | nfs4_srv.c | 2857 tp = find_tpc(ipaddr, addr_type, B_FALSE); in do_rfs4_op_lookup()
|