Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/skywalk/packet/
H A Dpbufpool.c1580 struct __kern_buflet_ext *kbe = (struct __kern_buflet_ext *)kbft; in pp_insert_upp_bft_locked() local
1583 ASSERT(kbe->kbe_buf_pid == (pid_t)-1); in pp_insert_upp_bft_locked()
1584 kbe->kbe_buf_pid = pid; in pp_insert_upp_bft_locked()
1586 SLIST_INSERT_HEAD(&bkt->upp_head, kbe, kbe_buf_upp_link); in pp_insert_upp_bft_locked()
1723 struct __kern_buflet_ext *kbe; in pp_remove_upp_bft_chain_locked() local
1736 kbe = __container_of(kbft, struct __kern_buflet_ext, kbe_overlay); in pp_remove_upp_bft_chain_locked()
1737 bft_idx = kbe->kbe_buf_user->buf_nbft_idx; in pp_remove_upp_bft_chain_locked()
/xnu-11417.101.15/bsd/skywalk/nexus/
H A Dnexus_adapter.c3880 struct __kern_buflet_ext *kbe; in na_packet_pool_alloc_buf_sync() local
3951 kbe = __unsafe_forge_single(struct __kern_buflet_ext *, in na_packet_pool_alloc_buf_sync()
3953 kbft = &kbe->kbe_overlay; in na_packet_pool_alloc_buf_sync()
3967 ubft = __DECONST(struct __user_buflet *, kbe->kbe_buf_user); in na_packet_pool_alloc_buf_sync()