Home
last modified time | relevance | path

Searched refs:MATCH_IRE_SECATTR (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
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 Dip6_ire.c861 ((!(match_flags & MATCH_IRE_SECATTR)) || in ire_match_args_v6()
887 match_flags = MATCH_IRE_TYPE | MATCH_IRE_SECATTR; in ire_gateway_ok_zone_v6()
H A Dip6_input.c482 int match_flags = MATCH_IRE_SECATTR | MATCH_IRE_ILL; in ire_linklocal()
776 ALL_ZONES, ira->ira_tsl, MATCH_IRE_SECATTR, in ill_input_short_v6()
926 GLOBAL_ZONEID, ira->ira_tsl, MATCH_IRE_SECATTR, in ire_recv_forward_v6()
H A Dip_input.c790 ALL_ZONES, ira->ira_tsl, MATCH_IRE_SECATTR, in ill_input_short_v4()
950 ira->ira_tsl, MATCH_IRE_SECATTR, in ire_recv_forward_v4()
1384 MATCH_IRE_TYPE|MATCH_IRE_ILL|MATCH_IRE_SECATTR, 0, ipst, NULL); in ire_recv_broadcast_v4()
H A Dip_rts.c658 match_flags |= MATCH_IRE_SECATTR; in ip_rts_request_common()
659 match_flags_local |= MATCH_IRE_SECATTR; in ip_rts_request_common()
H A Dip_ire.c2023 ((!(match_flags & MATCH_IRE_SECATTR)) || in ire_match_args()
2059 match_flags = MATCH_IRE_TYPE | MATCH_IRE_SECATTR; in ire_alt_local()
H A Dip_ftable.c1088 match_args = MATCH_IRE_SECATTR; in ip_select_route()
H A Dip_mroute.c2516 ira->ira_tsl, MATCH_IRE_SECATTR, IRR_ALLOCATE, 0, ipst, in register_mforward()
2729 ALL_ZONES, ira->ira_tsl, MATCH_IRE_ILL|MATCH_IRE_SECATTR, in ip_mroute_decap()
H A Dip.c9539 MATCH_IRE_TYPE | MATCH_IRE_SECATTR, 0, ipst, in ip_input_options()
13085 MATCH_IRE_TYPE | MATCH_IRE_SECATTR, 0, ipst, in ip_output_options()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_ire.h93 #define MATCH_IRE_SECATTR 0x0040 /* Match gateway security attributes */ macro