proc_net_register

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR


NAME

proc_net_register, proc_net_unregister − register network entries in the /proc filesystem

SYNOPSIS

#include int proc_net_register(struct proc_dir_entry * child);
int proc_net_unregister(int 
inode);

DESCRIPTION

These are wrapper functions around proc_register and proc_unregister. They always use a parent of proc_net.

RETURN VALUE

As for proc_register and proc_unregister.

SEE ALSO

proc_register(9), proc_unregister(9)

AUTHOR

Keith Owens