/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_ftable.c | 530 zoneid, NULL, match_flags, IRR_ALLOCATE, 0, ipst, NULL, in route_to_dst() 535 zoneid, NULL, match_flags, IRR_ALLOCATE, 0, ipst, NULL, in route_to_dst() 1280 ixa->ixa_zoneid, ixa->ixa_tsl, match_args, IRR_ALLOCATE, in ip_select_route() 1286 ixa->ixa_zoneid, ixa->ixa_tsl, match_args, IRR_ALLOCATE, in ip_select_route() 1552 if (!(irr_flags & IRR_ALLOCATE)) { in ire_route_recursive_impl_v4()
|
H A D | tn_ipopt.c | 496 MATCH_IRE_SECATTR, IRR_ALLOCATE, 0, ipst, NULL, &attrp, in tsol_compute_label_v4() 1007 MATCH_IRE_SECATTR, IRR_ALLOCATE, 0, ipst, NULL, &attrp, in tsol_compute_label_v6()
|
H A D | ip_netinfo.c | 1080 zoneid, NULL, MATCH_IRE_DSTONLY, IRR_ALLOCATE, 0, ipst, in ip_routeto_impl() 1084 zoneid, NULL, MATCH_IRE_DSTONLY, IRR_ALLOCATE, 0, ipst, in ip_routeto_impl()
|
H A D | ip6_input.c | 761 irr_flags = IRR_ALLOCATE; in ill_input_short_v6() 926 (ill->ill_flags & ILLF_ROUTER) ? IRR_ALLOCATE : IRR_NONE, in ire_recv_forward_v6()
|
H A D | ip6_output.c | 1238 IRR_ALLOCATE, 0, ipst, NULL, NULL, NULL); in ip_postfrag_multirt_v6()
|
H A D | ip6_ire.c | 1314 if (!(irr_flags & IRR_ALLOCATE)) { in ire_route_recursive_impl_v6()
|
H A D | ip_input.c | 776 irr_flags = IRR_ALLOCATE; in ill_input_short_v4() 948 (ill->ill_flags & ILLF_ROUTER) ? IRR_ALLOCATE : IRR_NONE, in ire_recv_forward_v4()
|
H A D | ip_ire.c | 2065 ill, zoneid, tsl, match_flags, IRR_ALLOCATE, 0, ipst, NULL, in ire_alt_local() 2069 ill, zoneid, tsl, match_flags, IRR_ALLOCATE, 0, ipst, NULL, in ire_alt_local()
|
H A D | ip_mroute.c | 2509 ira->ira_tsl, MATCH_IRE_SECATTR, IRR_ALLOCATE, 0, ipst, in register_mforward() 2723 IRR_ALLOCATE, 0, ipst, NULL, NULL, NULL); in ip_mroute_decap()
|
H A D | ip_output.c | 2305 IRR_ALLOCATE, 0, ipst, NULL, NULL, NULL); in ip_postfrag_multirt_v4()
|
H A D | ip_if.c | 7930 NULL, match_ire, IRR_ALLOCATE, 0, ipst, &v4setsrc, in ip_sioctl_dstinfo() 7935 NULL, match_ire, IRR_ALLOCATE, 0, ipst, &v6setsrc, in ip_sioctl_dstinfo()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip.h | 533 #define IRR_ALLOCATE 1 /* OK to allocate IRE_IF_CLONE */ macro
|