Home | History | Annotate | Download | only in systat

Lines Matching refs:inpcb

81 static void enter(struct inpcb *, struct socket *, int, const char *);
86 static void enter6(struct inpcb *, struct socket *, int, const char *);
216 struct inpcb **pprev, *next;
218 struct inpcb *inpcbp, *inp;
227 inpcbp = (struct inpcb *)next;
229 inp = (struct inpcb *)&in4pcb;
261 struct inpcb **pprev, *next;
265 struct inpcb *inp, *inpcbp;
272 inpcbp = (struct inpcb *)next;
274 inp = (struct inpcb *)&in6pcb;
303 enter(struct inpcb *inp, struct socket *so, int state, const char *proto)
352 enter6(struct inpcb *inp, struct socket *so, int state, const char *proto)