Searched defs:bufcnt (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.101.15/bsd/skywalk/packet/ |
| H A D | pbufpool_kern.c | 284 kern_pbufpool_alloc_common(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_common() 310 kern_pbufpool_alloc(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc() 317 kern_pbufpool_alloc_nosleep(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_nosleep() 325 const uint32_t bufcnt, kern_packet_t *__counted_by(*size)array, in kern_pbufpool_alloc_batch_common() 343 kern_pbufpool_alloc_batch(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_batch() 352 const uint32_t bufcnt, kern_packet_t *__counted_by(*size)array, in kern_pbufpool_alloc_batch_callback() 361 const uint32_t bufcnt, kern_packet_t *__counted_by(*size)array, in kern_pbufpool_alloc_batch_nosleep() 370 const uint32_t bufcnt, kern_packet_t *__counted_by(*size)array, in kern_pbufpool_alloc_batch_nosleep_callback()
|
| H A D | pbufpool.c | 545 obj_idx_t midx, struct kern_pbufpool *pp, uint32_t skmflag, uint16_t bufcnt, in pp_metadata_construct() 675 uint16_t bufcnt = (no_buflet ? 0 : pp->pp_max_frags); in pp_metadata_ctor_common() local 778 uint16_t bufcnt, i = 0; in pp_metadata_destruct_common() local 1964 uint16_t bufcnt, uint32_t skmflag, struct skmem_obj **blist) in pp_metadata_init() 2059 pp_alloc_packet_common(struct kern_pbufpool *pp, uint16_t bufcnt, in pp_alloc_packet_common() 2129 pp_alloc_packet(struct kern_pbufpool *pp, uint16_t bufcnt, uint32_t skmflag) in pp_alloc_packet() 2140 pp_alloc_packet_batch(struct kern_pbufpool *pp, uint16_t bufcnt, in pp_alloc_packet_batch() 2178 pp_alloc_pktq(struct kern_pbufpool *pp, uint16_t bufcnt, in pp_alloc_pktq() 2254 uint32_t bufcnt = pp->pp_max_frags; in pp_alloc_packet_by_size() local
|
| /xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 222 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-11417.101.15/bsd/net/ |
| H A D | if_fake.c | 1363 uint16_t i, bufcnt; in feth_copy_packet() local
|