Home
last modified time | relevance | path

Searched refs:kbe (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/skywalk/packet/
H A Dpbufpool.c1519 struct __kern_buflet_ext *kbe = (struct __kern_buflet_ext *)kbft; in pp_insert_upp_bft_locked() local
1522 ASSERT(kbe->kbe_buf_pid == (pid_t)-1); in pp_insert_upp_bft_locked()
1523 kbe->kbe_buf_pid = pid; in pp_insert_upp_bft_locked()
1525 SLIST_INSERT_HEAD(&bkt->upp_head, kbe, kbe_buf_upp_link); in pp_insert_upp_bft_locked()
1662 struct __kern_buflet_ext *kbe; in pp_remove_upp_bft_chain_locked() local
1675 kbe = __container_of(kbft, struct __kern_buflet_ext, kbe_overlay); in pp_remove_upp_bft_chain_locked()
1676 bft_idx = kbe->kbe_buf_user->buf_nbft_idx; in pp_remove_upp_bft_chain_locked()
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_adapter.c3822 struct __kern_buflet_ext *kbe; in na_packet_pool_alloc_buf_sync() local
3893 kbe = __unsafe_forge_single(struct __kern_buflet_ext *, in na_packet_pool_alloc_buf_sync()
3895 kbft = &kbe->kbe_overlay; in na_packet_pool_alloc_buf_sync()
3909 ubft = __DECONST(struct __user_buflet *, kbe->kbe_buf_user); in na_packet_pool_alloc_buf_sync()