Home
last modified time | relevance | path

Searched refs:pi_v6 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c1035 !check_pii_crtt_improved(pi->pi_v6)) in check_pg_crtt_improved()
1944 if (PROBE_CAPABLE(pi->pi_v6)) in process_link_state_down()
1945 clear_pii_probe_stats(pi->pi_v6); in process_link_state_down()
1960 else if (pi->pi_v6 != NULL) in process_link_state_down()
1976 if (pi->pi_v6) in process_link_state_up()
1977 restart_timer(pi->pi_v6); in process_link_state_up()
2038 pii = pi->pi_v6; in reset_crtt_all()
2248 pii2 = pi2->pi_v6; in failure_state()
2572 pii = pi->pi_v6; in phyint_repaired()
2643 if (pi->pi_v6 != NULL) in change_pif_flags()
[all …]
H A Dmpd_tables.c439 pi->pi_v6 = pii; in phyint_inst_create()
1303 if (pi->pi_v6 != NULL) in phyint_inst_update_from_k()
1304 pi->pi_v6->pii_flags = pi->pi_flags; in phyint_inst_update_from_k()
1337 assert(pi->pi_v4 == NULL && pi->pi_v6 == NULL); in phyint_delete()
1609 pi->pi_v6 = NULL; in phyint_inst_delete()
1611 if (pi->pi_v4 == NULL && pi->pi_v6 == NULL) in phyint_inst_delete()
2530 pii = pi->pi_v6; in target_flush_hosts()
2654 if (pi->pi_v6 != NULL) { in logint_upcount()
2671 return (pii->pii_phyint->pi_v6); in phyint_inst_other()
2804 if (!PROBE_ENABLED(pi->pi_v4) && !PROBE_ENABLED(pi->pi_v6)) in ifprobestate()
[all …]
H A Dmpd_main.c539 pii = pi->pi_v6; 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()
827 if (pi->pi_v6 != NULL && pi->pi_v6->pii_probe_logint != NULL && in check_testconfig()
828 pi->pi_v6->pii_probe_logint->li_dupaddr) in check_testconfig()
829 li = pi->pi_v6->pii_probe_logint; in check_testconfig()
889 if (pi->pi_v6 != NULL) in check_config()
912 pi->pi_v6 == NULL) { in check_config()
1400 pii = (type == AF_INET) ? pi->pi_v4 : pi->pi_v6; in process_rtm_ifinfo()
H A Dmpd_tables.h77 ((af) == AF_INET ? (pi)->pi_v4 : (pi)->pi_v6)
185 struct phyint_instance *pi_v6; /* The IPv6 instance */ member