Searched refs:vifp (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dip_mroute.c840 struct vif *vifp = V_viftable + vifcp->vifc_vifi; local
857 if (!in_nullhost(vifp->v_lcl_addr)) {
916 vifp->v_flags = vifcp->vifc_flags;
917 vifp->v_threshold = vifcp->vifc_threshold;
918 vifp->v_lcl_addr = vifcp->vifc_lcl_addr;
919 vifp->v_rmt_addr = vifcp->vifc_rmt_addr;
920 vifp->v_ifp = ifp;
922 vifp->v_pkt_in = 0;
923 vifp->v_pkt_out = 0;
924 vifp
946 struct vif *vifp; local
1655 phyint_send(struct ip *ip, struct vif *vifp, struct mbuf *m) argument
1677 send_packet(struct vif *vifp, struct mbuf *m) argument
2322 pim_register_send(struct ip *ip, struct vif *vifp, struct mbuf *m, struct mfc *rt) argument
2414 pim_register_send_upcall(struct ip *ip, struct vif *vifp, struct mbuf *mb_copy, struct mfc *rt) argument
2466 pim_register_send_rp(struct ip *ip, struct vif *vifp, struct mbuf *mb_copy, struct mfc *rt) argument
2646 struct ifnet *vifp; local
[all...]

Completed in 97 milliseconds