Searched refs:first_new (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/netmap/ |
H A D | netmap_monitor.c | 730 netmap_monitor_parent_sync(struct netmap_kring *kring, u_int first_new, int new_slots) in netmap_monitor_parent_sync() argument 761 beg = first_new; in netmap_monitor_parent_sync() 807 u_int first_new; in netmap_monitor_parent_txsync() local 812 first_new = kring->nr_hwcur; in netmap_monitor_parent_txsync() 813 new_slots = kring->rhead - first_new; in netmap_monitor_parent_txsync() 817 netmap_monitor_parent_sync(kring, first_new, new_slots); in netmap_monitor_parent_txsync() 829 u_int first_new; in netmap_monitor_parent_rxsync() local 841 first_new = kring->mon_tail; in netmap_monitor_parent_rxsync() 842 new_slots = kring->nr_hwtail - first_new; in netmap_monitor_parent_rxsync() 846 netmap_monitor_parent_sync(kring, first_new, new_slots); in netmap_monitor_parent_rxsync()
|
/freebsd/tests/sys/netinet/ |
H A D | ip6_v4mapped_test.c | 69 int error, fd, first_new, last_new; in set_portrange() local 83 first_new = PORT_FIRST; in set_portrange() 86 &sysctlsz, &first_new, sizeof(first_new)); in set_portrange()
|