Searched refs:kern_pbufpool_create (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/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() 811 VERIFY(kern_pbufpool_create(&pp_init_mb, &pp_mb, &pp_mb_mem_info) == 0); in skmem_packet_tests() 873 VERIFY(kern_pbufpool_create(&pp_init, &pp, &pp_mem_info) == 0); in skmem_packet_tests() [all …]
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | skywalk_stubs.c | 202 STUB(kern_pbufpool_create);
|
| H A D | if_fake.c | 1115 err = kern_pbufpool_create(&pp_init, &S_pp, NULL); in feth_packet_pool_make() 1126 err = kern_pbufpool_create(&pp_init, &fakeif->iff_rx_pp, NULL); in feth_packet_pool_make() 1138 err = kern_pbufpool_create(&pp_init, &fakeif->iff_rx_pp, NULL); in feth_packet_pool_make() 1151 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 | 1104 err = kern_pbufpool_create(&pp_init, &pcb->utun_netif_pp, NULL); in utun_nexus_ifattach() 1586 result = kern_pbufpool_create(&pp_init, &pcb->utun_kpipe_pp, in utun_enable_channel()
|
| H A D | if_redirect.c | 282 err = kern_pbufpool_create(&pp_init, &rd->rd_pp, NULL); in redirect_packet_pool_make()
|
| H A D | if_ipsec.c | 1886 err = kern_pbufpool_create(&pp_init, &pcb->ipsec_netif_pp, NULL); in ipsec_nexus_ifattach() 2374 result = kern_pbufpool_create(&pp_init, &pcb->ipsec_kpipe_pp, in ipsec_enable_channel()
|
| /xnu-12377.41.6/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 | 860 extern errno_t kern_pbufpool_create(const struct kern_pbufpool_init *,
|