| /net/sunrpc/auth_gss/ |
| A D | gss_rpc_upcall.c | 42 #define PROC(proc, name) \ argument 43 [GSSX_##proc] = { \ 44 .p_proc = GSSX_##proc, \ 49 .p_statidx = GSSX_##proc, \ 50 .p_name = #proc, \
|
| /net/sunrpc/ |
| A D | rpcb_clnt.c | 621 struct rpcbind_args *map, const struct rpc_procinfo *proc) in rpcb_call_async() argument 624 .rpc_proc = proc, in rpcb_call_async() 672 const struct rpc_procinfo *proc; in rpcb_getport_async() local 710 proc = rpcb_next_version[xprt->bind_index].rpc_proc; in rpcb_getport_async() 714 proc = rpcb_next_version6[xprt->bind_index].rpc_proc; in rpcb_getport_async() 721 if (proc == NULL) { in rpcb_getport_async() 770 child = rpcb_call_async(rpcb_clnt, map, proc); in rpcb_getport_async()
|
| A D | clnt.c | 1706 const struct rpc_procinfo *proc = task->tk_msg.rpc_proc; in rpc_proc_name() local 1708 if (proc) { in rpc_proc_name() 1709 if (proc->p_name) in rpc_proc_name() 1710 return proc->p_name; in rpc_proc_name() 1884 const struct rpc_procinfo *proc = task->tk_msg.rpc_proc; in call_allocate() local 1899 proc->p_arglen; in call_allocate() 1906 max_t(size_t, proc->p_replen, 2); in call_allocate()
|
| /net/netfilter/ |
| A D | x_tables.c | 1820 struct proc_dir_entry *proc; in xt_proto_init() local 1835 proc = proc_create_net_data(buf, 0440, net->proc_net, &xt_table_seq_ops, in xt_proto_init() 1838 if (!proc) in xt_proto_init() 1841 proc_set_user(proc, root_uid, root_gid); in xt_proto_init() 1845 proc = proc_create_seq_private(buf, 0440, net->proc_net, in xt_proto_init() 1848 if (!proc) in xt_proto_init() 1851 proc_set_user(proc, root_uid, root_gid); in xt_proto_init() 1855 proc = proc_create_seq_private(buf, 0440, net->proc_net, in xt_proto_init() 1858 if (!proc) in xt_proto_init() 1861 proc_set_user(proc, root_uid, root_gid); in xt_proto_init()
|
| A D | nf_conntrack_expect.c | 681 struct proc_dir_entry *proc; in exp_proc_init() local 685 proc = proc_create_net("nf_conntrack_expect", 0440, net->proc_net, in exp_proc_init() 687 if (!proc) in exp_proc_init() 693 proc_set_user(proc, root_uid, root_gid); in exp_proc_init()
|
| A D | nfnetlink_log.c | 1121 struct proc_dir_entry *proc; in nfnl_log_net_init() local 1131 proc = proc_create_net("nfnetlink_log", 0440, net->nf.proc_netfilter, in nfnl_log_net_init() 1133 if (!proc) in nfnl_log_net_init() 1139 proc_set_user(proc, root_uid, root_gid); in nfnl_log_net_init()
|
| /net/can/ |
| A D | Makefile | 8 can-$(CONFIG_PROC_FS) += proc.o
|
| /net/atm/ |
| A D | Makefile | 12 atm-$(CONFIG_PROC_FS) += proc.o
|
| /net/sctp/ |
| A D | Makefile | 22 sctp-$(CONFIG_PROC_FS) += proc.o
|
| A D | Kconfig | 49 'cat /proc/net/sctp/sctp_dbg_objcnt'
|
| /net/rxrpc/ |
| A D | Makefile | 40 rxrpc-$(CONFIG_PROC_FS) += proc.o
|
| A D | Kconfig | 45 /proc/sys/net/rxrpc/rxrpc_inject_rx_delay, setting a number of
|
| /net/wireless/ |
| A D | Makefile | 6 obj-$(CONFIG_WEXT_PROC) += wext-proc.o
|
| /net/ipv4/ |
| A D | Kconfig | 28 forwarding in your kernel; you can do that by saying Y to "/proc 32 echo "1" > /proc/sys/net/ipv4/ip_forward 34 at boot time after the /proc file system has been mounted. 46 echo 1 > /proc/sys/net/ipv4/conf/<device>/rp_filter 48 echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter 295 saying Y to "/proc file system support" and 298 echo 0 > /proc/sys/net/ipv4/tcp_syncookies 300 after the /proc file system has been mounted.
|
| A D | Makefile | 21 obj-$(CONFIG_PROC_FS) += proc.o
|
| A D | devinet.c | 2582 #define DEVINET_SYSCTL_ENTRY(attr, name, mval, proc) \ argument 2589 .proc_handler = proc, \ 2599 #define DEVINET_SYSCTL_COMPLEX_ENTRY(attr, name, proc) \ argument 2600 DEVINET_SYSCTL_ENTRY(attr, name, 0644, proc)
|
| /net/ipv6/ |
| A D | Makefile | 22 ipv6-$(CONFIG_PROC_FS) += proc.o
|
| /net/ |
| A D | Kconfig | 126 If you say Y here and also to "/proc file system support" and 129 /proc/sys/net/ipv4/*; the options are explained in the file 408 just checking the various proc files and other utilities for
|
| /net/sched/ |
| A D | Kconfig | 37 If you say Y here and to "/proc file system" below, you will be able 39 /proc/net/psched. 437 the default value via /proc/sys/net/core/default_qdisc.
|
| /net/netfilter/ipvs/ |
| A D | Kconfig | 43 level in /proc/sys/net/ipv4/vs/debug_level
|
| /net/core/ |
| A D | neighbour.c | 3733 #define NEIGH_SYSCTL_ENTRY(attr, data_attr, name, mval, proc) \ argument 3739 .proc_handler = proc, \
|