Searched refs:ILL_START_WALK_V4 (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_tunables.c | 82 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 D | ip_if.c | 4433 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 D | igmp.c | 1411 ill = ILL_START_WALK_V4(&ctx, ipst); in igmp_timeout_handler()
|
H A D | ip_ire.c | 2670 ill = ILL_START_WALK_V4(&ctx, ipst); in ire_increment_multicast_generation()
|
H A D | ip.c | 9947 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 D | ip.h | 1403 #define ILL_START_WALK_V4(ctx_ptr, ipst) \ macro
|