Searched refs:INPCBSTORAGE_DEFINE (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | in_pcb.h | 493 #define INPCBSTORAGE_DEFINE(prot, ppcb, lname, zname, hname) \ macro
|
| H A D | udp_usrreq.c | 168 INPCBSTORAGE_DEFINE(udpcbstor, udpcb, "udpinp", "udp_inpcb", "udphash"); 169 INPCBSTORAGE_DEFINE(udplitecbstor, udpcb, "udpliteinp", "udplite_inpcb",
|
| H A D | raw_ip.c | 144 INPCBSTORAGE_DEFINE(ripcbstor, inpcb, "rawinp", "ripcb", "riphash");
|
| H A D | tcp_subr.c | 1146 INPCBSTORAGE_DEFINE(tcpcbstor, tcpcb, "tcpinp", "tcp_inpcb", "tcphash");
|