Home
last modified time | relevance | path

Searched refs:CHMODE_USER_PACKET_POOL (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c480 init.ci_ch_mode |= CHMODE_USER_PACKET_POOL; in os_channel_create_extended()
532 if ((init.ci_ch_mode & CHMODE_USER_PACKET_POOL) && in os_channel_create_extended()
534 !(ci->cinfo_ch_mode & CHMODE_USER_PACKET_POOL))) { in os_channel_create_extended()
672 if (init.ci_ch_mode & CHMODE_USER_PACKET_POOL) { in os_channel_create_extended()
1027 CHMODE_USER_PACKET_POOL))) { in os_channel_get_next_slot()
1631 CHMODE_USER_PACKET_POOL); in os_channel_info2attr()
1683 if (__improbable((ci->cinfo_ch_mode & CHMODE_USER_PACKET_POOL) == 0)) { in os_channel_packet_alloc_common()
1770 if (__improbable((ci->cinfo_ch_mode & CHMODE_USER_PACKET_POOL) == 0)) { in os_channel_packet_free()
1820 CHMODE_USER_PACKET_POOL) == 0)) { in os_channel_slot_attach_packet()
1872 CHMODE_USER_PACKET_POOL) == 0)) { in os_channel_slot_detach_packet()
[all …]
/xnu-12377.1.9/bsd/skywalk/core/
H A Dskywalk_proc_info.c48 if ((ch_mode & CHMODE_USER_PACKET_POOL) != 0) { in ch_mode_to_flags()
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h529 #define CHMODE_USER_PACKET_POOL 0x00000008 macro
538 (CHMODE_USER_PACKET_POOL | CHMODE_FILTER | \
H A Dchannel_kern.c703 if (sk_opp_defunct && (!(ch_mode & CHMODE_USER_PACKET_POOL) || in kern_channel_defunct()
H A Dchannel_syscalls.c180 if ((init.ci_ch_mode & CHMODE_USER_PACKET_POOL) == 0) { in __channel_open()
H A Dchannel.c1700 ASSERT((chr->cr_mode & CHMODE_USER_PACKET_POOL) == 0); in ch_open_special()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c350 if ((chr->cr_mode & CHMODE_USER_PACKET_POOL) == 0) { in fsw_vp_na_create()
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_vp.c533 if ((chr->cr_mode & CHMODE_USER_PACKET_POOL) == 0) { in netif_filter_na_create()
H A Dnx_netif_vp.c974 if ((chr->cr_mode & CHMODE_USER_PACKET_POOL) == 0) { in netif_vp_na_create()
/xnu-12377.1.9/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c339 if (chr->cr_mode & CHMODE_USER_PACKET_POOL) { in nx_kpipe_dom_connect()
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c463 !!(ch_mode & CHMODE_USER_PACKET_POOL)) { in na_bind_channel()
475 if (ch_mode & CHMODE_USER_PACKET_POOL) { in na_bind_channel()
544 if (ch_mode & CHMODE_USER_PACKET_POOL) { in na_bind_channel()
588 if (ch_mode & CHMODE_USER_PACKET_POOL) { in na_bind_channel()
H A Dnexus.c3242 flags |= (ch_mode & CHMODE_USER_PACKET_POOL) ? SCHF_USER_PACKET_POOL : 0; in nexus_channel_get_flags()
/xnu-12377.1.9/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c533 if (chr->cr_mode & CHMODE_USER_PACKET_POOL) { in nx_upipe_dom_connect()