Searched refs:kern_pbufpool_create (Results 1 – 8 of 8) sorted by relevance
| /xnu-8796.121.2/bsd/skywalk/mem/ |
| H A D | skmem_test.c | 257 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == EINVAL); in skmem_buflet_tests() 260 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == EINVAL); in skmem_buflet_tests() 263 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == EINVAL); in skmem_buflet_tests() 266 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == 0); in skmem_buflet_tests() 660 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == EINVAL); in skmem_buflet_tests() 662 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == 0); in skmem_buflet_tests() 667 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == 0); in skmem_buflet_tests() 704 VERIFY((kern_pbufpool_create(&pp_init_mb, &pp_mb, NULL) == EINVAL) || in skmem_buflet_tests() 816 VERIFY(kern_pbufpool_create(&pp_init_mb, &pp_mb, &pp_mb_mem_info) == 0); in skmem_packet_tests() 972 VERIFY(kern_pbufpool_create(&pp_init, &pp, &pp_mem_info) == 0); in skmem_packet_tests() [all …]
|
| /xnu-8796.121.2/bsd/net/ |
| H A D | skywalk_stubs.c | 199 STUB(kern_pbufpool_create);
|
| H A D | if_fake.c | 906 err = kern_pbufpool_create(&pp_init, &S_pp, NULL); in feth_packet_pool_make() 917 err = kern_pbufpool_create(&pp_init, &fakeif->iff_rx_pp, NULL); in feth_packet_pool_make() 929 err = kern_pbufpool_create(&pp_init, &fakeif->iff_rx_pp, NULL); in feth_packet_pool_make() 941 err = kern_pbufpool_create(&pp_init, &fakeif->iff_tx_pp, NULL); in feth_packet_pool_make()
|
| H A D | if_headless.c | 472 error = kern_pbufpool_create(&pp_init, &pp, NULL); in headless_packet_pool_alloc()
|
| H A D | if_utun.c | 933 err = kern_pbufpool_create(&pp_init, &pcb->utun_netif_pp, NULL); in utun_nexus_ifattach() 1384 result = kern_pbufpool_create(&pp_init, &pcb->utun_kpipe_pp, in utun_enable_channel()
|
| H A D | if_ipsec.c | 1971 err = kern_pbufpool_create(&pp_init, &pcb->ipsec_netif_pp, NULL); in ipsec_nexus_ifattach() 2457 result = kern_pbufpool_create(&pp_init, &pcb->ipsec_kpipe_pp, in ipsec_enable_channel()
|
| /xnu-8796.121.2/bsd/skywalk/packet/ |
| H A D | pbufpool_kern.c | 43 kern_pbufpool_create(const struct kern_pbufpool_init *init, in kern_pbufpool_create() function
|
| H A D | os_packet.h | 835 extern errno_t kern_pbufpool_create(const struct kern_pbufpool_init *,
|