Lines Matching refs:inpcb

264 	struct inpcb *inp;
279 inp = (struct inpcb *) zalloc(pcbinfo->ipi_zone);
288 inp = (struct inpcb *)(void *)so->so_saved_pcb;
357 struct inpcb*
364 struct inpcb *inp;
425 in_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct proc *p)
491 struct inpcb *t;
693 in_pcbladdr(struct inpcb *inp, struct sockaddr *nam,
896 in_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct proc *p,
901 struct inpcb *pcb;
960 in_pcbdisconnect(struct inpcb *inp)
981 in_pcbdetach(struct inpcb *inp)
1029 in_pcbdispose(struct inpcb *inp)
1110 struct inpcb *inp;
1138 struct inpcb *inp;
1165 int errno, void (*notify)(struct inpcb *, int))
1167 struct inpcb *inp;
1196 in_losing(struct inpcb *inp)
1243 in_rtchange(struct inpcb *inp, __unused int errno)
1266 struct inpcb *
1270 struct inpcb *inp;
1305 struct inpcb *match = NULL;
1370 struct inpcb *inp;
1416 struct inpcb *local_wild = NULL;
1418 struct inpcb *local_wild_mapped = NULL;
1495 struct inpcb *
1506 struct inpcb *inp;
1547 struct inpcb *local_wild = NULL;
1549 struct inpcb *local_wild_mapped = NULL;
1623 in_pcbinshash(struct inpcb *inp, int locked)
1698 in_pcbrehash(struct inpcb *inp)
1722 in_pcbremlists(struct inpcb *inp)
1753 in_pcb_checkstate(struct inpcb *pcb, int mode, int locked)
1845 * inpcb_to_compat copies specific bits of an inpcb to a inpcb_compat.
1851 struct inpcb *inp,
1878 struct inpcb *inp,
1904 * Callers of ip_output() that intend to cache the route in the inpcb pass
1913 * copies the struct route from the inpcb into its stack, and adds a reference
1916 * route defined on the stack (not to the one in the inpcb.)
1919 * lock and synchronizes the cache; if there is no route cached in the inpcb,
1921 * route) back into the cache; otherwise, if the inpcb has a route cached in
1923 * cached route in the inpcb can be avoided because ip_output() is single-
1928 inp_route_copyout(struct inpcb *inp, struct route *dst)
1947 inp_route_copyin(struct inpcb *inp, struct route *src)
1964 inp_bindif(struct inpcb *inp, unsigned int ifscope)
2006 inp_nocellular(struct inpcb *inp, unsigned int val)
2030 inp_calc_flowhash(struct inpcb *inp)
2071 inp_fc_addinp(struct inpcb *inp)
2157 inp_fc_feedback(struct inpcb *inp)
2188 inp_reset_fc_state(struct inpcb *inp)
2210 inp_set_fc_state(struct inpcb *inp, int advcode)
2245 inp_flush(struct inpcb *inp, int optval)
2272 struct inpcb *inp = NULL;