Searched refs:MATCH_IRE_SECATTR (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_ire.h | 93 #define MATCH_IRE_SECATTR 0x0040 /* Match gateway security attributes */ macro
|
/titanic_44/usr/src/uts/common/inet/ip/ |
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 | ip6_ire.c | 863 ((!(match_flags & MATCH_IRE_SECATTR)) || in ire_match_args_v6() 889 match_flags = MATCH_IRE_TYPE | MATCH_IRE_SECATTR; in ire_gateway_ok_zone_v6()
|
H A D | ip6_input.c | 481 int match_flags = MATCH_IRE_SECATTR | MATCH_IRE_ILL; in ire_linklocal() 775 ALL_ZONES, ira->ira_tsl, MATCH_IRE_SECATTR, in ill_input_short_v6() 925 GLOBAL_ZONEID, ira->ira_tsl, MATCH_IRE_SECATTR, in ire_recv_forward_v6()
|
H A D | ip_input.c | 787 ALL_ZONES, ira->ira_tsl, MATCH_IRE_SECATTR, in ill_input_short_v4() 947 ira->ira_tsl, MATCH_IRE_SECATTR, in ire_recv_forward_v4() 1377 MATCH_IRE_TYPE|MATCH_IRE_ILL|MATCH_IRE_SECATTR, 0, ipst, NULL); in ire_recv_broadcast_v4()
|
H A D | ip_rts.c | 653 match_flags |= MATCH_IRE_SECATTR; in ip_rts_request_common() 654 match_flags_local |= MATCH_IRE_SECATTR; in ip_rts_request_common()
|
H A D | ip_ire.c | 2023 ((!(match_flags & MATCH_IRE_SECATTR)) || in ire_match_args() 2059 match_flags = MATCH_IRE_TYPE | MATCH_IRE_SECATTR; in ire_alt_local()
|
H A D | ip_ftable.c | 1087 match_args = MATCH_IRE_SECATTR; in ip_select_route()
|
H A D | ip_mroute.c | 2509 ira->ira_tsl, MATCH_IRE_SECATTR, IRR_ALLOCATE, 0, ipst, in register_mforward() 2722 ALL_ZONES, ira->ira_tsl, MATCH_IRE_ILL|MATCH_IRE_SECATTR, in ip_mroute_decap()
|
H A D | ip.c | 9482 MATCH_IRE_TYPE | MATCH_IRE_SECATTR, 0, ipst, in ip_input_options() 13018 MATCH_IRE_TYPE | MATCH_IRE_SECATTR, 0, ipst, in ip_output_options()
|