Searched defs:cache_node (Results 1 – 3 of 3) sorted by relevance
357 struct cache_node { struct361 uint32_t cache_xid;362 rpcproc_t cache_proc;363 rpcvers_t cache_vers;364 rpcprog_t cache_prog;365 struct sockaddr_in cache_addr;369 char * cache_reply;370 uint32_t cache_replylen;374 cache_ptr cache_next;
465 struct cache_node { struct469 u_int32_t cache_xid;470 rpcproc_t cache_proc;471 rpcvers_t cache_vers;472 rpcprog_t cache_prog;473 struct netbuf cache_addr;477 char *cache_reply;478 size_t cache_replylen;482 cache_ptr cache_next;
73 struct hlist_node cache_node; member