Lines Matching refs:inpcbinfo
190 struct inpcbinfo *inp_pcbinfo; /* (c) PCB list info */
325 struct inpcbinfo { struct
666 void in_pcbinfo_destroy(struct inpcbinfo *);
667 void in_pcbinfo_init(struct inpcbinfo *, const char *, struct inpcbhead *,
674 in_pcbgroup_byhash(struct inpcbinfo *, u_int, uint32_t);
678 in_pcbgroup_bytuple(struct inpcbinfo *, struct in_addr, u_short,
680 void in_pcbgroup_destroy(struct inpcbinfo *);
681 int in_pcbgroup_enabled(struct inpcbinfo *);
682 void in_pcbgroup_init(struct inpcbinfo *, u_int, int);
687 void in_pcbpurgeif0(struct inpcbinfo *, struct ifnet *);
688 int in_pcballoc(struct socket *, struct inpcbinfo *);
709 in_pcblookup_local(struct inpcbinfo *,
712 in_pcblookup(struct inpcbinfo *, struct in_addr, u_int,
715 in_pcblookup_mbuf(struct inpcbinfo *, struct in_addr, u_int,
717 void in_pcbnotifyall(struct inpcbinfo *pcbinfo, struct in_addr,