Home
last modified time | relevance | path

Searched refs:async_mp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c702 mblk_t *async_mp; in inbound_task() local
705 async_mp = mp; in inbound_task()
706 mp = async_mp->b_cont; in inbound_task()
707 async_mp->b_cont = NULL; in inbound_task()
2525 mblk_t *async_mp; in ah_kcf_callback_outbound() local
2539 ASSERT(async_mp != NULL); in ah_kcf_callback_outbound()
2548 data_mp = async_mp->b_cont; in ah_kcf_callback_outbound()
2549 async_mp->b_cont = NULL; in ah_kcf_callback_outbound()
2599 mblk_t *async_mp; in ah_kcf_callback_inbound() local
2612 ASSERT(async_mp != NULL); in ah_kcf_callback_inbound()
[all …]
H A Dipsecesp.c1615 mblk_t *async_mp; in esp_kcf_callback_outbound() local
1629 ASSERT(async_mp != NULL); in esp_kcf_callback_outbound()
1638 data_mp = async_mp->b_cont; in esp_kcf_callback_outbound()
1639 async_mp->b_cont = NULL; in esp_kcf_callback_outbound()
1702 mblk_t *async_mp; in esp_kcf_callback_inbound() local
1715 ASSERT(async_mp != NULL); in esp_kcf_callback_inbound()
1723 async_mp->b_cont = NULL; in esp_kcf_callback_inbound()
3003 mblk_t *async_mp; in inbound_task() local
3006 async_mp = mp; in inbound_task()
3007 mp = async_mp->b_cont; in inbound_task()
[all …]