Searched refs:ill_next (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_tunables.c | 84 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_set_forwarding() 134 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_get_forwarding() 292 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_get_mtu()
|
H A D | ip6_if.c | 128 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ipif_lookup_interface_v6() 176 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ipif_lookup_addr_common_v6() 290 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ipif_lookup_addr_zoneid_v6() 1987 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ipif_select_source_v6()
|
H A D | igmp.c | 1413 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in igmp_timeout_handler() 1632 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in mld_timeout_handler()
|
H A D | ip_if.c | 2829 ill_next(ill_walk_context_t *ctx, ill_t *lastill) in ill_next() function 4431 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ipif_lookup_multicast() 4578 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ipif_lookup_interface() 4625 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ipif_lookup_addr_common() 4733 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ipif_lookup_addr_zoneid() 7175 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_get_numifs() 7210 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_get_numlifs() 7421 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_sioctl_get_ifconf() 7690 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_sioctl_get_lifconf() 11634 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_subnet_mask() [all …]
|
H A D | ip.c | 9884 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_snmp_get_mib2_ip_traffic_stats() 10028 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_snmp_get_mib2_ip_addr() 10120 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_snmp_get_mib2_ip6_addr() 10226 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_snmp_get_mib2_ip_group_mem() 10305 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_snmp_get_mib2_ip6_group_mem() 10374 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_snmp_get_mib2_ip_group_src() 10462 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_snmp_get_mib2_ip6_group_src() 10810 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_snmp_get_mib2_ip6() 10890 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ip_snmp_get_mib2_icmp6() 14099 for (; ill != NULL; ill = ill_next(&ctx, ill)) in ip_kstat_update()
|
H A D | ip_ire.c | 2671 for (; ill != NULL; ill = ill_next(&ctx, ill)) { in ire_increment_multicast_generation()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip.h | 3203 extern ill_t *ill_next(ill_walk_context_t *, ill_t *);
|