Lines Matching refs:inpcbinfo

148 static TAILQ_HEAD(, inpcbinfo) inpcb_head = TAILQ_HEAD_INITIALIZER(inpcb_head);
375 struct inpcbinfo *ipi; in inpcb_timeout()
510 inpcb_gc_sched(struct inpcbinfo *ipi, u_int32_t type) in inpcb_gc_sched()
541 inpcb_timer_sched(struct inpcbinfo *ipi, u_int32_t type) in inpcb_timer_sched()
563 in_pcbinfo_attach(struct inpcbinfo *ipi) in in_pcbinfo_attach()
565 struct inpcbinfo *ipi0; in in_pcbinfo_attach()
580 in_pcbinfo_detach(struct inpcbinfo *ipi) in in_pcbinfo_detach()
582 struct inpcbinfo *ipi0; in in_pcbinfo_detach()
693 in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo, struct proc *p) in in_pcballoc()
761 in_pcblookup_local_and_cleanup(struct inpcbinfo *pcbinfo, struct in_addr laddr, in in_pcblookup_local_and_cleanup()
832 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in in_pcbbind()
2072 struct inpcbinfo *ipi = inp->inp_pcbinfo; in in_pcbdispose()
2223 in_pcbnotifyall(struct inpcbinfo *pcbinfo, struct in_addr faddr, in in_pcbnotifyall()
2332 in_pcblookup_local(struct inpcbinfo *pcbinfo, struct in_addr laddr, in in_pcblookup_local()
2428 in_pcblookup_hash_exists(struct inpcbinfo *pcbinfo, struct in_addr faddr, in in_pcblookup_hash_exists()
2558 in_pcblookup_hash_locked(struct inpcbinfo *pcbinfo, struct in_addr faddr, in in_pcblookup_hash_locked()
2668 in_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in_addr faddr, in in_pcblookup_hash()
2686 in_pcblookup_hash_try(struct inpcbinfo *pcbinfo, struct in_addr faddr, in in_pcblookup_hash_try()
2719 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in in_pcbinshash()
3793 inp_findinpcb_procinfo(struct inpcbinfo *pcbinfo, uint32_t flowhash, in inp_findinpcb_procinfo()
4511 struct inpcbinfo *__single pcbinfo = inp->inp_pcbinfo; in in_pcbsetport()