ip_carp.c | 911 struct carp_if *cif; local in function:carpdetach 938 cif = (struct carp_if *)ifp->if_carp; 939 TAILQ_REMOVE(&cif->vhif_vrs, sc, sc_list); 940 if (!--cif->vhif_nvrs) { 943 free(cif, M_IFADDR); 956 struct carp_if *cif = (struct carp_if *)ifp->if_carp; local in function:carp_ifdetach 958 for (sc = TAILQ_FIRST(&cif->vhif_vrs); sc; sc = nextsc) { 984 struct carp_if *cif; local in function:carp_send_ad_all 998 cif = (struct carp_if *)ifp->if_carp; 999 TAILQ_FOREACH(vh, &cif->vhif_vrs, sc_list) 1411 struct carp_if *cif = v; local in function:carp_iamatch6 1434 struct carp_if *cif = (struct carp_if *)v; local in function:carp_ourether 1473 struct carp_if *cif = (struct carp_if *)m_get_rcvif_NOMPSAFE(m)->if_carp; local in function:carp_input 1637 struct carp_if *cif, *ncif = NULL; local in function:carp_set_ifp 2121 struct carp_if *cif; local in function:carp_ioctl 2259 struct carp_if *cif; local in function:carp_carpdev_state [all...] |