rpc_find_or_alloc_pipe_dir_object (9) - Linux Manuals

NAME

rpc_find_or_alloc_pipe_dir_object -

SYNOPSIS

struct rpc_pipe_dir_object * rpc_find_or_alloc_pipe_dir_object(struct net net, struct rpc_pipe_dir_head pdh, int (*match(struct rpc_pipe_dir_object *, void *), struct rpc_pipe_dir_object *(*alloc(void *), void data);

ARGUMENTS

net

pointer to struct net

pdh

pointer to struct rpc_pipe_dir_head

match

match struct rpc_pipe_dir_object to data

alloc

allocate a new struct rpc_pipe_dir_object

data

user defined data for match and alloc

COPYRIGHT