Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c1869 (mhp->ext[idx] == NULL || mhp->extlen[idx] == 0)) in key_gather_mbuf()
1885 len = mhp->extlen[idx]; in key_gather_mbuf()
1891 m_copydata(m, mhp->extoff[idx], mhp->extlen[idx], in key_gather_mbuf()
1894 n = m_copym(m, mhp->extoff[idx], mhp->extlen[idx], in key_gather_mbuf()
2400 mhp->msg->sadb_msg_pid); in key_spdget()
5264 n = key_getmsgbuf_x1(m, mhp); in key_updateaddresses()
5496 n = key_getmsgbuf_x1(m, mhp); in key_update()
5653 n = key_getmsgbuf_x1(m, mhp); in key_add()
6248 mhp->msg->sadb_msg_pid); in key_get()
8017 bzero(mhp, sizeof(*mhp)); in key_align()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c498 mod_hash_t *mhp, *mhpp; in mod_hash_destroy_hash() local
512 for (mhp = mh_head; mhp != NULL; mhp = mhp->mh_next) { in mod_hash_destroy_hash()
513 if (mhp == hash) { in mod_hash_destroy_hash()
514 mhpp->mh_next = mhp->mh_next; in mod_hash_destroy_hash()
517 mhpp = mhp; in mod_hash_destroy_hash()