Home
last modified time | relevance | path

Searched refs:hinfo (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_car.c268 if (hinfo->q_first != hinfo->q_last) { in ng_car_rcvdata()
338 hinfo->te += len - hinfo->tc; in ng_car_rcvdata()
560 while (hinfo->q_first != hinfo->q_last) { in ng_car_disconnect()
561 NG_FREE_M(hinfo->q[hinfo->q_first]); in ng_car_disconnect()
656 ng_callout(&hinfo->q_callout, NG_HOOK_NODE(hinfo->hook), hinfo->hook, in ng_car_schedule()
676 m = hinfo->q[hinfo->q_first]; in ng_car_q_event()
688 if (hinfo->q_first == hinfo->q_last) in ng_car_q_event()
692 m = hinfo->q[hinfo->q_first]; in ng_car_q_event()
701 if (hinfo->q_first != hinfo->q_last) in ng_car_q_event()
722 len = hinfo->q_last - hinfo->q_first; in ng_car_enqueue()
[all …]
H A Dng_pipe.c111 if (hinfo->cfg.wfq && hinfo->cfg.bandwidth) { \
288 hinfo->cfg.fifo = 1; in ngp_newhook()
462 if (hinfo->ber_p) { in parse_cfg()
472 hinfo->ber_p = in parse_cfg()
554 hinfo->noqueue = 0; in parse_cfg()
606 if (hinfo->run.qin_frames == 0 && hinfo->run.qout_frames == 0 && in ngp_rcvdata()
679 if (hinfo->run.qin_frames > hinfo->cfg.qin_size_limit) { in ngp_rcvdata()
832 hinfo->run.qout_frames>=hinfo->cfg.qout_size_limit) { in pipe_dequeue()
879 if ((hinfo->run.qin_frames != 0 || hinfo->run.qout_frames != 0) && in pipe_dequeue()
943 hinfo->hook = NULL; in ngp_disconnect()
[all …]
H A Dng_tee.c169 hi_p hinfo; in ng_tee_newhook() local
179 hinfo = &privdata->left; in ng_tee_newhook()
198 hinfo->hook = hook; in ng_tee_newhook()
199 bzero(&hinfo->stats, sizeof(hinfo->stats)); in ng_tee_newhook()
262 if (hinfo && hinfo->dest) { in ng_tee_rcvmsg()
301 hinfo->stats.inFrames++; in ng_tee_rcvdata()
304 if (hinfo->dup) { in ng_tee_rcvdata()
311 h = hinfo->dup; in ng_tee_rcvdata()
320 if (hinfo->dest) { in ng_tee_rcvdata()
321 h = hinfo->dest; in ng_tee_rcvdata()
[all …]