Searched refs:pi_v4 (Results 1 – 4 of 4) sorted by relevance
1034 if (!check_pii_crtt_improved(pi->pi_v4) || in check_pg_crtt_improved()1942 if (PROBE_CAPABLE(pi->pi_v4)) in process_link_state_down()1943 clear_pii_probe_stats(pi->pi_v4); in process_link_state_down()1958 if (pi->pi_v4 != NULL) in process_link_state_down()1959 phyint_inst_check_for_failure(pi->pi_v4); in process_link_state_down()1974 if (pi->pi_v4) in process_link_state_up()1975 restart_timer(pi->pi_v4); in process_link_state_up()2029 pii = pi->pi_v4; in reset_crtt_all()2221 if (!PROBE_ENABLED(pi2->pi_v4) && !PROBE_ENABLED(pi2->pi_v6)) { in failure_state()2229 pii2 = pi2->pi_v4; in failure_state()[all …]
437 pi->pi_v4 = pii; in phyint_inst_create()1301 if (pi->pi_v4 != NULL) in phyint_inst_update_from_k()1302 pi->pi_v4->pii_flags = pi->pi_flags; in phyint_inst_update_from_k()1337 assert(pi->pi_v4 == NULL && pi->pi_v6 == NULL); in phyint_delete()1607 pi->pi_v4 = NULL; in phyint_inst_delete()1611 if (pi->pi_v4 == NULL && pi->pi_v6 == NULL) in phyint_inst_delete()2520 pii = pi->pi_v4; in target_flush_hosts()2647 if (pi->pi_v4 != NULL) { in logint_upcount()2648 for (li = pi->pi_v4->pii_logint; li != NULL; li = li->li_next) { in logint_upcount()2673 return (pii->pii_phyint->pi_v4); in phyint_inst_other()[all …]
532 pii = pi->pi_v4; in stop_probing()768 if ((!PROBE_ENABLED(pi->pi_v4) && !PROBE_ENABLED(pi->pi_v6)) && in select_test_ifs()806 if (PROBE_ENABLED(pi->pi_v4) || PROBE_ENABLED(pi->pi_v6)) { in check_testconfig()823 if (pi->pi_v4 != NULL && pi->pi_v4->pii_probe_logint != NULL && in check_testconfig()824 pi->pi_v4->pii_probe_logint->li_dupaddr) in check_testconfig()825 li = pi->pi_v4->pii_probe_logint; in check_testconfig()887 if (pi->pi_v4 != NULL) in check_config()902 if (v4_in_group == _B_TRUE && pi->pi_v4 == NULL) { in check_config()1400 pii = (type == AF_INET) ? pi->pi_v4 : pi->pi_v6; in process_rtm_ifinfo()
77 ((af) == AF_INET ? (pi)->pi_v4 : (pi)->pi_v6)184 struct phyint_instance *pi_v4; /* The IPv4 instance */ member