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