Searched refs:unp2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Duipc_usrreq.c280 static void unp_disconnect(struct unpcb *unp, struct unpcb *unp2);
347 struct unpcb *unp, *unp2; local
354 unp2 = unp->unp_conn;
355 if (unp2 != NULL) {
356 UNP_PCB_LOCK(unp2);
357 unp_drop(unp2, ECONNABORTED);
358 UNP_PCB_UNLOCK(unp2);
367 struct unpcb *unp, *unp2; local
379 unp2 = unp->unp_conn;
380 if (unp2 !
604 struct unpcb *unp, *unp2; local
624 struct unpcb *unp, *unp2; local
644 struct unpcb *unp, *unp2; local
708 struct unpcb *unp, *unp2; local
756 struct unpcb *unp, *unp2; local
789 struct unpcb *unp, *unp2; local
837 struct unpcb *unp, *unp2; local
1045 struct unpcb *unp, *unp2; local
1280 struct unpcb *unp, *unp2, *unp3; local
1431 struct unpcb *unp2; local
1470 unp_disconnect(struct unpcb *unp, struct unpcb *unp2) argument
1653 struct unpcb *unp2; local
1672 struct unpcb *unp2; local
[all...]

Completed in 83 milliseconds