Home
last modified time | relevance | path

Searched refs:ILL_START_WALK_V4 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_tunables.c82 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_set_forwarding()
133 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_get_forwarding()
291 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_get_mtu()
H A Dip_if.c4433 ill = ILL_START_WALK_V4(&ctx, ipst); in ipif_lookup_multicast()
4581 ill = ILL_START_WALK_V4(&ctx, ipst); in ipif_lookup_interface()
4628 ill = ILL_START_WALK_V4(&ctx, ipst); in ipif_lookup_addr_common()
4736 ill = ILL_START_WALK_V4(&ctx, ipst); in ipif_lookup_addr_zoneid()
7178 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_get_numifs()
7208 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_get_numlifs()
7424 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_sioctl_get_ifconf()
11645 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_subnet_mask()
14297 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_addr_availability_check()
17777 ill = ILL_START_WALK_V4(&ctx, ipst); in ill_set_inputfn_all()
H A Digmp.c1411 ill = ILL_START_WALK_V4(&ctx, ipst); in igmp_timeout_handler()
H A Dip_ire.c2670 ill = ILL_START_WALK_V4(&ctx, ipst); in ire_increment_multicast_generation()
H A Dip.c9947 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_snmp_get_mib2_ip_traffic_stats()
10091 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_snmp_get_mib2_ip_addr()
10289 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_snmp_get_mib2_ip_group_mem()
10437 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_snmp_get_mib2_ip_group_src()
14170 ill = ILL_START_WALK_V4(&ctx, ipst); in ip_kstat_update()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1403 #define ILL_START_WALK_V4(ctx_ptr, ipst) \ macro