Searched refs:proc (Results 1 - 22 of 22) sorted by relevance

/net/can/
H A DMakefile6 can-y := af_can.o proc.o
/net/atm/
H A DMakefile11 atm-$(CONFIG_PROC_FS) += proc.o
/net/rxrpc/
H A DMakefile24 af-rxrpc-y += ar-proc.o
/net/sctp/
H A DMakefile18 sctp-$(CONFIG_PROC_FS) += proc.o
/net/sunrpc/
H A Dstats.c5 * reside in /proc/net/rpc.
55 seq_printf(seq, "proc%u %u",
83 const struct svc_procedure *proc; local
102 if (!(vers = prog->pg_vers[i]) || !(proc = vers->vs_proc))
104 seq_printf(seq, "proc%d %u", i, vers->vs_nproc);
105 for (j = 0; j < vers->vs_nproc; j++, proc++)
106 seq_printf(seq, " %u", proc->pc_count);
217 * Register/unregister RPC proc files
225 dprintk("RPC: registering /proc/net/rpc/%s\n", name);
268 dprintk("RPC: registering /proc/ne
[all...]
H A Drpcb_clnt.c599 static struct rpc_task *rpcb_call_async(struct rpc_clnt *rpcb_clnt, struct rpcbind_args *map, struct rpc_procinfo *proc) argument
602 .rpc_proc = proc,
650 struct rpc_procinfo *proc; local
697 proc = rpcb_next_version[xprt->bind_index].rpc_proc;
701 proc = rpcb_next_version6[xprt->bind_index].rpc_proc;
710 if (proc == NULL) {
758 child = rpcb_call_async(rpcb_clnt, map, proc);
H A Dclnt.c1262 const struct rpc_procinfo *proc = task->tk_msg.rpc_proc; local
1264 if (proc) {
1265 if (proc->p_name)
1266 return proc->p_name;
1270 return "no proc";
1285 dprintk("RPC: %5u call_start %s%d proc %s (%s)\n", task->tk_pid,
1435 struct rpc_procinfo *proc = task->tk_msg.rpc_proc; local
1445 if (proc->p_proc != 0) {
1446 BUG_ON(proc->p_arglen == 0);
1447 if (proc
[all...]
H A Dsvc.c1069 u32 prog, vers, proc; local
1105 rqstp->rq_proc = proc = svc_getnl(argv); /* procedure number */
1150 procp = versp->vs_proc + proc;
1151 if (proc >= versp->vs_nproc || !procp->pc_func)
1269 svc_printk(rqstp, "unknown procedure (%d)\n", proc);
/net/wireless/
H A DMakefile8 obj-$(CONFIG_WEXT_PROC) += wext-proc.o
/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c55 #define PROC(proc, name) \
56 [GSSX_##proc] = { \
57 .p_proc = GSSX_##proc, \
62 .p_statidx = GSSX_##proc, \
63 .p_name = #proc, \
/net/ipv6/
H A DMakefile22 ipv6-$(CONFIG_PROC_FS) += proc.o
H A DKconfig38 echo 2 >/proc/sys/net/ipv6/conf/all/use_tempaddr
/net/ipv4/netfilter/
H A Dnf_conntrack_l3proto_ipv4_compat.c1 /* ip_conntrack proc compat - based on ip_conntrack_standalone.c
419 struct proc_dir_entry *proc, *proc_exp, *proc_stat; local
421 proc = proc_create("ip_conntrack", 0440, net->proc_net, &ct_file_ops);
422 if (!proc)
H A DKconfig29 bool "proc/sysctl compatibility with old connection tracking"
33 This option enables /proc and sysctl compatibility with the old
/net/ipv4/
H A DMakefile19 obj-$(CONFIG_PROC_FS) += proc.o
H A DKconfig30 forwarding in your kernel; you can do that by saying Y to "/proc
34 echo "1" > /proc/sys/net/ipv4/ip_forward
36 at boot time after the /proc file system has been mounted.
48 echo 1 > /proc/sys/net/ipv4/conf/<device>/rp_filter
50 echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter
310 saying Y to "/proc file system support" and
313 echo 0 > /proc/sys/net/ipv4/tcp_syncookies
315 after the /proc file system has been mounted.
H A Ddevinet.c2051 #define DEVINET_SYSCTL_ENTRY(attr, name, mval, proc) \
2058 .proc_handler = proc, \
2068 #define DEVINET_SYSCTL_COMPLEX_ENTRY(attr, name, proc) \
2069 DEVINET_SYSCTL_ENTRY(attr, name, 0644, proc)
/net/netfilter/
H A Dx_tables.c1291 struct proc_dir_entry *proc; local
1301 proc = proc_create_data(buf, 0440, net->proc_net, &xt_table_ops,
1303 if (!proc)
1308 proc = proc_create_data(buf, 0440, net->proc_net, &xt_match_ops,
1310 if (!proc)
1315 proc = proc_create_data(buf, 0440, net->proc_net, &xt_target_ops,
1317 if (!proc)
H A Dnf_conntrack_expect.c570 struct proc_dir_entry *proc; local
572 proc = proc_create("nf_conntrack_expect", 0440, net->proc_net,
574 if (!proc)
/net/
H A DKconfig69 If you say Y here and also to "/proc file system support" and
72 /proc/sys/net/ipv4/*; the options are explained in the file
274 this feature changing /proc/sys/net/core/bpf_jit_enable
318 just checking the various proc files and other utilities for
/net/irda/irlan/
H A Dirlan_common.c124 { struct proc_dir_entry *proc; local
125 proc = proc_create("irlan", 0, proc_irda, &irlan_fops);
126 if (!proc) {
127 printk(KERN_ERR "irlan_init: can't create /proc entry!\n");
1124 * Start of reading /proc entries.
1141 /* End of reading /proc file */
1149 * Show one entry in /proc file.
/net/netfilter/ipvs/
H A DKconfig42 level in /proc/sys/net/ipv4/vs/debug_level

Completed in 1477 milliseconds