Lines Matching refs:inpcbinfo
276 struct inpcbinfo *inp_pcbinfo; /* (c) PCB list info */
411 struct inpcbinfo *il_pcbinfo;
443 struct inpcbinfo { struct
810 void in_pcbinfo_destroy(struct inpcbinfo *);
811 void in_pcbinfo_init(struct inpcbinfo *, const char *, struct inpcbhead *,
818 in_pcbgroup_byhash(struct inpcbinfo *, u_int, uint32_t);
822 in_pcbgroup_bytuple(struct inpcbinfo *, struct in_addr, u_short,
824 void in_pcbgroup_destroy(struct inpcbinfo *);
825 int in_pcbgroup_enabled(struct inpcbinfo *);
826 void in_pcbgroup_init(struct inpcbinfo *, u_int, int);
831 void in_pcbpurgeif0(struct inpcbinfo *, struct ifnet *);
832 int in_pcballoc(struct socket *, struct inpcbinfo *);
857 in_pcblookup_local(struct inpcbinfo *,
860 in_pcblookup(struct inpcbinfo *, struct in_addr, u_int,
863 in_pcblookup_mbuf(struct inpcbinfo *, struct in_addr, u_int,
865 void in_pcbnotifyall(struct inpcbinfo *pcbinfo, struct in_addr,