Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/skywalk/nexus/
H A Dnexus.c986 nxb_move(struct nxbind *snxb, struct nxbind *dnxb) in nxb_move() argument
992 if (dnxb->nxb_key != NULL) { in nxb_move()
993 sk_free_data(dnxb->nxb_key, dnxb->nxb_key_len); in nxb_move()
994 dnxb->nxb_key = NULL; in nxb_move()
998 bcopy(snxb, dnxb, sizeof(*dnxb)); in nxb_move()