Searched defs:bufcnt (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/bsd/skywalk/packet/ |
| H A D | pbufpool_kern.c | 281 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 D | pbufpool.c | 524 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 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-12377.1.9/bsd/net/ |
| H A D | if_fake.c | 1371 uint16_t i, bufcnt; in feth_copy_packet() local
|