Searched refs:kern_pbufpool_create (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/mem/ |
| H A D | skmem_test.c | 252 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == EINVAL); in skmem_buflet_tests() 255 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == EINVAL); in skmem_buflet_tests() 258 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == EINVAL); in skmem_buflet_tests() 261 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == 0); in skmem_buflet_tests() 655 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == EINVAL); in skmem_buflet_tests() 657 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == 0); in skmem_buflet_tests() 662 VERIFY(kern_pbufpool_create(&pp_init, &pp, NULL) == 0); in skmem_buflet_tests() 699 VERIFY((kern_pbufpool_create(&pp_init_mb, &pp_mb, NULL) == EINVAL) || in skmem_buflet_tests() 806 VERIFY(kern_pbufpool_create(&pp_init_mb, &pp_mb, &pp_mb_mem_info) == 0); in skmem_packet_tests() 868 VERIFY(kern_pbufpool_create(&pp_init, &pp, &pp_mem_info) == 0); in skmem_packet_tests() [all …]
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | skywalk_stubs.c | 177 STUB(kern_pbufpool_create);
|
| H A D | if_fake.c | 809 err = kern_pbufpool_create(&pp_init, &S_pp, NULL); in feth_packet_pool_make() 820 err = kern_pbufpool_create(&pp_init, &fakeif->iff_rx_pp, NULL); in feth_packet_pool_make() 832 err = kern_pbufpool_create(&pp_init, &fakeif->iff_rx_pp, NULL); in feth_packet_pool_make() 844 err = kern_pbufpool_create(&pp_init, &fakeif->iff_tx_pp, NULL); in feth_packet_pool_make()
|
| H A D | if_headless.c | 477 error = kern_pbufpool_create(&pp_init, &pp, NULL); in headless_packet_pool_alloc()
|
| H A D | if_utun.c | 934 err = kern_pbufpool_create(&pp_init, &pcb->utun_netif_pp, NULL); in utun_nexus_ifattach() 1385 result = kern_pbufpool_create(&pp_init, &pcb->utun_kpipe_pp, in utun_enable_channel()
|
| H A D | if_ipsec.c | 1972 err = kern_pbufpool_create(&pp_init, &pcb->ipsec_netif_pp, NULL); in ipsec_nexus_ifattach() 2458 result = kern_pbufpool_create(&pp_init, &pcb->ipsec_kpipe_pp, in ipsec_enable_channel()
|
| /xnu-8019.80.24/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 | 720 extern errno_t kern_pbufpool_create(const struct kern_pbufpool_init *,
|