Home
last modified time | relevance | path

Searched refs:ILL_START_WALK_V6 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_tunables.c80 ill = ILL_START_WALK_V6(&ctx, ipst); in ip_set_forwarding()
131 ill = ILL_START_WALK_V6(&ctx, ipst); in ip_get_forwarding()
289 ill = ILL_START_WALK_V6(&ctx, ipst); in ip_get_mtu()
H A Dip6_if.c127 ill = ILL_START_WALK_V6(&ctx, ipst); in ipif_lookup_interface_v6()
175 ill = ILL_START_WALK_V6(&ctx, ipst); in ipif_lookup_addr_common_v6()
289 ill = ILL_START_WALK_V6(&ctx, ipst); in ipif_lookup_addr_zoneid_v6()
1985 ill = ILL_START_WALK_V6(&ctx, ipst); in ipif_select_source_v6()
H A Digmp.c1630 ill = ILL_START_WALK_V6(&ctx, ipst); in mld_timeout_handler()
H A Dip_ire.c2668 ill = ILL_START_WALK_V6(&ctx, ipst); in ire_increment_multicast_generation()
H A Dip.c10164 ill = ILL_START_WALK_V6(&ctx, ipst); in ip_snmp_get_mib2_ip6_addr()
10349 ill = ILL_START_WALK_V6(&ctx, ipst); in ip_snmp_get_mib2_ip6_group_mem()
10506 ill = ILL_START_WALK_V6(&ctx, ipst); in ip_snmp_get_mib2_ip6_group_src()
10854 ill = ILL_START_WALK_V6(&ctx, ipst); in ip_snmp_get_mib2_ip6()
10934 ill = ILL_START_WALK_V6(&ctx, ipst); in ip_snmp_get_mib2_icmp6()
H A Dip_if.c4431 ill = ILL_START_WALK_V6(&ctx, ipst); in ipif_lookup_multicast()
7210 ill = ILL_START_WALK_V6(&ctx, ipst); in ip_get_numlifs()
14295 ill = ILL_START_WALK_V6(&ctx, ipst); in ip_addr_availability_check()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1405 #define ILL_START_WALK_V6(ctx_ptr, ipst) \ macro