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

/freebsd-9.3-release/sys/netipx/
H A Dspx.h187 char s_inx; /* exit taken from spx_input */
205 void spx_input(struct mbuf *m, struct ipxpcb *ipxp);
H A Dipx_input.c319 spx_input(m, ipxp);
H A Dspx_usrreq.c185 spx_input(struct mbuf *m, struct ipxpcb *ipxp) function
195 KASSERT(ipxp != NULL, ("spx_input: ipxpcb == NULL"));
198 * spx_input() assumes that the caller will hold both the pcb list
199 * lock and also the ipxp lock. spx_input() will release both before
207 KASSERT(cb != NULL, ("spx_input: cb == NULL"));
226 KASSERT(so != NULL, ("spx_input: so == NULL"));
405 ("spx_input: nascent socket not SQ_INCOMP on soabort()"));

Completed in 50 milliseconds