Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_ftable.c530 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 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.c761 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 Dip6_output.c1238 IRR_ALLOCATE, 0, ipst, NULL, NULL, NULL); in ip_postfrag_multirt_v6()
H A Dip6_ire.c1314 if (!(irr_flags & IRR_ALLOCATE)) { in ire_route_recursive_impl_v6()
H A Dip_input.c776 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 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 Dip_mroute.c2509 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 Dip_output.c2305 IRR_ALLOCATE, 0, ipst, NULL, NULL, NULL); in ip_postfrag_multirt_v4()
H A Dip_if.c7930 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 Dip.h533 #define IRR_ALLOCATE 1 /* OK to allocate IRE_IF_CLONE */ macro