Searched refs:inpcbinfo (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | in_pcb.h | 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 *); [all …]
|
H A D | udp_var.h | 136 VNET_DECLARE(struct inpcbinfo, udbinfo); 138 VNET_DECLARE(struct inpcbinfo, ulitecbinfo); 152 static __inline struct inpcbinfo *
|