Home
last modified time | relevance | path

Searched defs:bufcnt (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/packet/
H A Dpbufpool_kern.c279 kern_pbufpool_alloc_common(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_common()
305 kern_pbufpool_alloc(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc()
312 kern_pbufpool_alloc_nosleep(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_nosleep()
320 const uint32_t bufcnt, kern_packet_t *array, uint32_t *size, in kern_pbufpool_alloc_batch_common()
338 kern_pbufpool_alloc_batch(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_batch()
347 const uint32_t bufcnt, kern_packet_t *array, uint32_t *size, in kern_pbufpool_alloc_batch_callback()
356 const uint32_t bufcnt, kern_packet_t *array, uint32_t *size) in kern_pbufpool_alloc_batch_nosleep()
364 const uint32_t bufcnt, kern_packet_t *array, uint32_t *size, in kern_pbufpool_alloc_batch_nosleep_callback()
H A Dpbufpool.c511 obj_idx_t midx, struct kern_pbufpool *pp, uint32_t skmflag, uint16_t bufcnt, in pp_metadata_construct()
646 uint16_t bufcnt = (no_buflet ? 0 : pp->pp_max_frags); in pp_metadata_ctor_common() local
745 uint16_t bufcnt, i = 0; in pp_metadata_destruct_common() local
1845 uint16_t bufcnt, uint32_t skmflag, struct skmem_obj **blist) in pp_metadata_init()
1936 pp_alloc_packet_common(struct kern_pbufpool *pp, uint16_t bufcnt, in pp_alloc_packet_common()
2009 pp_alloc_packet(struct kern_pbufpool *pp, uint16_t bufcnt, uint32_t skmflag) in pp_alloc_packet()
2020 pp_alloc_packet_batch(struct kern_pbufpool *pp, uint16_t bufcnt, in pp_alloc_packet_batch()
2048 pp_alloc_pktq(struct kern_pbufpool *pp, uint16_t bufcnt, in pp_alloc_pktq()
2129 uint32_t bufcnt = pp->pp_max_frags; in pp_alloc_packet_by_size() local
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c213 uint64_t bufcnt = 1; in _pkt_agg_log() local
1518 uint16_t bufcnt) in finalize_super_packet()
1592 uint16_t spkts = 0, bufcnt = 0; in flow_rx_agg_channel() local
/xnu-10063.141.1/bsd/net/
H A Dif_fake.c1199 uint16_t i, bufcnt; in feth_copy_packet() local