Home
last modified time | relevance | path

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

/xnu-11417.101.15/libsyscall/wrappers/skywalk/
H A Dos_channel.c496 init.ci_ch_mode |= CHMODE_USER_PACKET_POOL; in os_channel_create_extended()
560 if ((init.ci_ch_mode & CHMODE_USER_PACKET_POOL) && in os_channel_create_extended()
562 !(ci->cinfo_ch_mode & CHMODE_USER_PACKET_POOL))) { in os_channel_create_extended()
700 if (init.ci_ch_mode & CHMODE_USER_PACKET_POOL) { in os_channel_create_extended()
1055 CHMODE_USER_PACKET_POOL))) { in os_channel_get_next_slot()
1683 CHMODE_USER_PACKET_POOL); in os_channel_info2attr()
1742 if (__improbable((ci->cinfo_ch_mode & CHMODE_USER_PACKET_POOL) == 0)) { in os_channel_packet_alloc_common()
1829 if (__improbable((ci->cinfo_ch_mode & CHMODE_USER_PACKET_POOL) == 0)) { in os_channel_packet_free()
1879 CHMODE_USER_PACKET_POOL) == 0)) { in os_channel_slot_attach_packet()
1931 CHMODE_USER_PACKET_POOL) == 0)) { in os_channel_slot_detach_packet()
[all …]
/xnu-11417.101.15/bsd/skywalk/core/
H A Dskywalk_proc_info.c57 if ((ch_mode & CHMODE_USER_PACKET_POOL) != 0) { in ch_mode_to_flags()
/xnu-11417.101.15/bsd/skywalk/channel/
H A Dos_channel_private.h525 #define CHMODE_USER_PACKET_POOL 0x00000008 macro
537 CHMODE_USER_PACKET_POOL | CHMODE_FILTER | \
H A Dchannel_syscalls.c178 if (__improbable((init.ci_ch_mode & CHMODE_USER_PACKET_POOL) != 0)) { in __channel_open()
196 if ((init.ci_ch_mode & CHMODE_USER_PACKET_POOL) == 0) { in __channel_open()
H A Dchannel_kern.c703 if (sk_opp_defunct && (!(ch_mode & CHMODE_USER_PACKET_POOL) || in kern_channel_defunct()
H A Dchannel.c1740 ASSERT((chr->cr_mode & CHMODE_USER_PACKET_POOL) == 0); in ch_open_special()
/xnu-11417.101.15/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.c971 if ((chr->cr_mode & CHMODE_USER_PACKET_POOL) == 0) { in netif_vp_na_create()
/xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c352 if ((chr->cr_mode & CHMODE_USER_PACKET_POOL) == 0) { in fsw_vp_na_create()
/xnu-11417.101.15/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c340 if (chr->cr_mode & CHMODE_USER_PACKET_POOL) { in nx_kpipe_dom_connect()
/xnu-11417.101.15/bsd/skywalk/nexus/
H A Dnexus_adapter.c471 !!(ch_mode & CHMODE_USER_PACKET_POOL)) { in na_bind_channel()
483 if (ch_mode & CHMODE_USER_PACKET_POOL) { in na_bind_channel()
552 if (ch_mode & CHMODE_USER_PACKET_POOL) { in na_bind_channel()
595 if (ch_mode & CHMODE_USER_PACKET_POOL) { in na_bind_channel()
H A Dnexus.c3248 flags |= (ch_mode & CHMODE_USER_PACKET_POOL) ? SCHF_USER_PACKET_POOL : 0; in nexus_channel_get_flags()
/xnu-11417.101.15/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1452 if (chr->cr_mode & CHMODE_USER_PACKET_POOL) { in nx_monitor_na_find()
/xnu-11417.101.15/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c533 if (chr->cr_mode & CHMODE_USER_PACKET_POOL) { in nx_upipe_dom_connect()