Home
last modified time | relevance | path

Searched refs:multi_buflet (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Dif_headless.c437 headless_packet_pool_alloc(boolean_t multi_buflet, unsigned int max_mtu) in headless_packet_pool_alloc() argument
451 if (multi_buflet) { in headless_packet_pool_alloc()
1027 boolean_t multi_buflet; in headless_attach_netif_nexus() local
1029 multi_buflet = headless_using_multibuflets(headlessif); in headless_attach_netif_nexus()
1030 fpp = headless_packet_pool_alloc(multi_buflet, headlessif->iff_max_mtu); in headless_attach_netif_nexus()
H A Dif_fake.c1153 boolean_t multi_buflet = feth_using_multibuflets(dif); in feth_copy_packet() local
1156 ASSERT((bufcnt == 1) || multi_buflet); in feth_copy_packet()
1171 if (!multi_buflet) { in feth_copy_packet()
H A Ddlil.c1338 bool multi_buflet; in _dlil_attach_flowswitch_nexus() local
1371 &multi_buflet, &large_buf_size); in _dlil_attach_flowswitch_nexus()
1389 multi_buflet ? NX_PBUF_FRAGS_MAX : 1); in _dlil_attach_flowswitch_nexus()