Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c513 uint32_t in_pkts, out_pkts; in sw_event_schedule() local
527 in_pkts = 0; in sw_event_schedule()
534 in_pkts += sw_schedule_pull_port_dir(sw, i); in sw_event_schedule()
536 in_pkts += sw_schedule_pull_port_lb(sw, i); in sw_event_schedule()
538 in_pkts += sw_schedule_pull_port_no_reorder(sw, i); in sw_event_schedule()
542 in_pkts += sw_schedule_reorder(sw, 0, in sw_event_schedule()
544 in_pkts_this_iteration += in_pkts; in sw_event_schedule()
545 } while (in_pkts > 4 && in sw_event_schedule()
552 if (in_pkts == 0 && out_pkts == 0) in sw_event_schedule()
/f-stack/dpdk/examples/distributor/
H A Dmain.c53 uint64_t in_pkts; member
362 app_stats.dist.in_pkts += nb_rx; in lcore_distributor()
513 (app_stats.dist.in_pkts - in print_stats()
514 prev_app_stats.dist.in_pkts)/1000000.0); in print_stats()
548 prev_app_stats.dist.in_pkts = app_stats.dist.in_pkts; in print_stats()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.h228 U_QUAD_T in_pkts[2]; member