Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dnexus.c972 nxb_move(struct nxbind *snxb, struct nxbind *dnxb) in nxb_move() argument
978 if (dnxb->nxb_key != NULL) { in nxb_move()
979 sk_free_data(dnxb->nxb_key, dnxb->nxb_key_len); in nxb_move()
980 dnxb->nxb_key = NULL; in nxb_move()
984 bcopy(snxb, dnxb, sizeof(*dnxb)); in nxb_move()