Searched refs:v_rsvpd (Results 1 – 2 of 2) sorted by relevance
845 vifp->v_rsvpd = NULL; in add_vif()2050 if (viftable[vifi].v_rsvpd != NULL) { in X_ip_rsvp_vif()2055 viftable[vifi].v_rsvpd = so; in X_ip_rsvp_vif()2069 viftable[vifi].v_rsvpd = NULL; in X_ip_rsvp_vif()2098 if (viftable[vifi].v_rsvpd == so) { in X_ip_rsvp_force_done()2099 viftable[vifi].v_rsvpd = NULL; in X_ip_rsvp_force_done()2159 if (vifi == numvifs || (so = viftable[vifi].v_rsvpd) == NULL) {2161 if (vifi == numvifs || viftable[vifi].v_rsvpd == NULL) {2176 else if (rsvpdebug && viftable[vifi].v_rsvpd == NULL)2187 m->m_len,ssb_space(&(viftable[vifi].v_rsvpd->so_rcv)));[all …]
268 struct socket *v_rsvpd; /* RSVP daemon socket */ member