Searched defs:cache_node (Results 1 – 3 of 3) sorted by relevance
358 struct cache_node { struct362 uint32_t cache_xid;363 rpcproc_t cache_proc;364 rpcvers_t cache_vers;365 rpcprog_t cache_prog;366 struct sockaddr_in cache_addr;370 char * cache_reply;371 uint32_t cache_replylen;375 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