Searched refs:delete_cache (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libc/rpc/
H A Drpcb_clnt.c101 static void delete_cache(struct netbuf *);
138 * may do a delete_cache() operation if a check_cache() fails to return an
148 * The routines check_cache(), add_cache(), delete_cache() manage the
173 delete_cache(struct netbuf *addr) function
323 delete_cache(&addr_to_delete);
/freebsd-12-stable/sys/rpc/
H A Drpcb_clnt.c98 static void delete_cache(struct netbuf *);
137 * may do a delete_cache() operation if a check_cache() fails to return an
147 * The routines check_cache(), add_cache(), delete_cache() manage the
173 delete_cache(addr)
335 delete_cache(&addr_to_delete);

Completed in 57 milliseconds