Home
last modified time | relevance | path

Searched refs:INPCBSTORAGE_DEFINE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Din_pcb.h400 #define INPCBSTORAGE_DEFINE(prot, ppcb, lname, zname, iname, hname) \ macro
H A Dudp_usrreq.c170 INPCBSTORAGE_DEFINE(udpcbstor, udpcb, "udpinp", "udp_inpcb", "udp", "udphash");
171 INPCBSTORAGE_DEFINE(udplitecbstor, udpcb, "udpliteinp", "udplite_inpcb",
H A Draw_ip.c185 INPCBSTORAGE_DEFINE(ripcbstor, inpcb, "rawinp", "ripcb", "rip", "riphash");
H A Dtcp_subr.c1131 INPCBSTORAGE_DEFINE(tcpcbstor, tcpcb, "tcpinp", "tcp_inpcb", "tcp", "tcphash");