Home
last modified time | relevance | path

Searched refs:IRR_ALLOCATE (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ftable.c531 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 Dtn_ipopt.c496 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 Dip_netinfo.c1080 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 Dip6_input.c760 irr_flags = IRR_ALLOCATE; in ill_input_short_v6()
925 (ill->ill_flags & ILLF_ROUTER) ? IRR_ALLOCATE : IRR_NONE, in ire_recv_forward_v6()
H A Dip6_output.c1248 IRR_ALLOCATE, 0, ipst, NULL, NULL, NULL); in ip_postfrag_multirt_v6()
H A Dip_input.c777 irr_flags = IRR_ALLOCATE; in ill_input_short_v4()
949 (ill->ill_flags & ILLF_ROUTER) ? IRR_ALLOCATE : IRR_NONE, in ire_recv_forward_v4()
H A Dip_ire.c2065 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 Dip6_ire.c1312 if (!(irr_flags & IRR_ALLOCATE)) { in ire_route_recursive_impl_v6()
H A Dip_mroute.c2513 ira->ira_tsl, MATCH_IRE_SECATTR, IRR_ALLOCATE, 0, ipst, in register_mforward()
2727 IRR_ALLOCATE, 0, ipst, NULL, NULL, NULL); in ip_mroute_decap()
H A Dip_output.c2314 IRR_ALLOCATE, 0, ipst, NULL, NULL, NULL); in ip_postfrag_multirt_v4()
H A Dip_if.c7938 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 Dip.h534 #define IRR_ALLOCATE 1 /* OK to allocate IRE_IF_CLONE */ macro