Searched defs:tbf_control (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c197 static void tbf_control(struct vif *, mblk_t *, ipha_t *);
2186 tbf_control(vifp, mp_copy, (ipha_t *)mp_copy->b_rptr);
2594 tbf_control(vifp, mp_copy, ipha);
2827 tbf_control(struct vif *vifp, mblk_t *mp, ipha_t *ipha) function
2840 ip_drop_output("tbf_control - too large", mp, ill);
2861 "tbf_control: vif %ld, TOKENS %d, pkt len %lu, qlen %d",
2893 ip_drop_output("tbf_control - pullup", mp, ill);

Completed in 150 milliseconds