Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpbufpool_kern.c281 kern_pbufpool_alloc_common(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_common()
307 kern_pbufpool_alloc(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc()
314 kern_pbufpool_alloc_nosleep(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_nosleep()
322 const uint32_t bufcnt, kern_packet_t *__counted_by(*size)array, in kern_pbufpool_alloc_batch_common()
340 kern_pbufpool_alloc_batch(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_batch()
349 const uint32_t bufcnt, kern_packet_t *__counted_by(*size)array, in kern_pbufpool_alloc_batch_callback()
358 const uint32_t bufcnt, kern_packet_t *__counted_by(*size)array, in kern_pbufpool_alloc_batch_nosleep()
367 const uint32_t bufcnt, kern_packet_t *__counted_by(*size)array, in kern_pbufpool_alloc_batch_nosleep_callback()
H A Dpbufpool.c524 obj_idx_t midx, struct kern_pbufpool *pp, uint32_t skmflag, uint16_t bufcnt, in pp_metadata_construct()
641 uint16_t bufcnt = (no_buflet ? 0 : pp->pp_max_frags); in pp_metadata_ctor_common() local
744 uint16_t bufcnt, i = 0; in pp_metadata_destruct_common() local
1890 uint16_t bufcnt, uint32_t skmflag, struct skmem_obj **blist) in pp_metadata_init()
1974 pp_alloc_packet_common(struct kern_pbufpool *pp, uint16_t bufcnt, in pp_alloc_packet_common()
2044 pp_alloc_packet(struct kern_pbufpool *pp, uint16_t bufcnt, uint32_t skmflag) in pp_alloc_packet()
2055 pp_alloc_packet_batch(struct kern_pbufpool *pp, uint16_t bufcnt, in pp_alloc_packet_batch()
2093 pp_alloc_pktq(struct kern_pbufpool *pp, uint16_t bufcnt, in pp_alloc_pktq()
2169 uint32_t bufcnt = pp->pp_max_frags; in pp_alloc_packet_by_size() local
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c222 uint64_t bufcnt = 1; in _pkt_agg_log() local
1570 uint16_t bufcnt) in finalize_super_packet()
1645 uint16_t spkts = 0, bufcnt = 0; in flow_rx_agg_channel() local
/xnu-12377.1.9/bsd/net/
H A Dif_fake.c1371 uint16_t i, bufcnt; in feth_copy_packet() local