/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_ftable.c | 531 zoneid, NULL, match_flags, IRR_ALLOCATE, 0, ipst, NULL, in route_to_dst() 536 zoneid, NULL, match_flags, IRR_ALLOCATE, 0, ipst, NULL, in route_to_dst() 1281 ixa->ixa_zoneid, ixa->ixa_tsl, match_args, IRR_ALLOCATE, in ip_select_route() 1287 ixa->ixa_zoneid, ixa->ixa_tsl, match_args, IRR_ALLOCATE, in ip_select_route() 1553 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 | 762 irr_flags = IRR_ALLOCATE; in ill_input_short_v6() 927 (ill->ill_flags & ILLF_ROUTER) ? IRR_ALLOCATE : IRR_NONE, in ire_recv_forward_v6()
|
H A D | ip6_output.c | 1251 IRR_ALLOCATE, 0, ipst, NULL, NULL, NULL); in ip_postfrag_multirt_v6()
|
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_input.c | 779 irr_flags = IRR_ALLOCATE; in ill_input_short_v4() 951 (ill->ill_flags & ILLF_ROUTER) ? IRR_ALLOCATE : IRR_NONE, in ire_recv_forward_v4()
|
H A D | ip6_ire.c | 1312 if (!(irr_flags & IRR_ALLOCATE)) { in ire_route_recursive_impl_v6()
|
H A D | ip_mroute.c | 2516 ira->ira_tsl, MATCH_IRE_SECATTR, IRR_ALLOCATE, 0, ipst, in register_mforward() 2730 IRR_ALLOCATE, 0, ipst, NULL, NULL, NULL); in ip_mroute_decap()
|
H A D | ip_output.c | 2316 IRR_ALLOCATE, 0, ipst, NULL, NULL, NULL); in ip_postfrag_multirt_v4()
|
H A D | ip_if.c | 7938 NULL, match_ire, IRR_ALLOCATE, 0, ipst, &v4setsrc, in ip_sioctl_dstinfo() 7943 NULL, match_ire, IRR_ALLOCATE, 0, ipst, &v6setsrc, in ip_sioctl_dstinfo()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip.h | 534 #define IRR_ALLOCATE 1 /* OK to allocate IRE_IF_CLONE */ macro
|