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 DMakefile23 af-rxrpc-$(CONFIG_PROC_FS) += ar-proc.o
/net/sctp/
H A DMakefile18 sctp-$(CONFIG_PROC_FS) += proc.o
H A DKconfig59 'cat /proc/net/sctp/sctp_dbg_objcnt'
/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.c621 static struct rpc_task *rpcb_call_async(struct rpc_clnt *rpcb_clnt, struct rpcbind_args *map, struct rpc_procinfo *proc) argument
624 .rpc_proc = proc,
672 struct rpc_procinfo *proc; local
719 proc = rpcb_next_version[xprt->bind_index].rpc_proc;
723 proc = rpcb_next_version6[xprt->bind_index].rpc_proc;
732 if (proc == NULL) {
780 child = rpcb_call_async(rpcb_clnt, map, proc);
H A Dclnt.c1402 const struct rpc_procinfo *proc = task->tk_msg.rpc_proc; local
1404 if (proc) {
1405 if (proc->p_name)
1406 return proc->p_name;
1410 return "no proc";
1425 dprintk("RPC: %5u call_start %s%d proc %s (%s)\n", task->tk_pid,
1579 struct rpc_procinfo *proc = task->tk_msg.rpc_proc; local
1589 if (proc->p_proc != 0) {
1590 BUG_ON(proc->p_arglen == 0);
1591 if (proc
[all...]
H A Dsvc.c1076 u32 prog, vers, proc; local
1112 rqstp->rq_proc = proc = svc_getnl(argv); /* procedure number */
1155 procp = versp->vs_proc + proc;
1156 if (proc >= versp->vs_nproc || !procp->pc_func)
1274 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
/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 DKconfig27 forwarding in your kernel; you can do that by saying Y to "/proc
31 echo "1" > /proc/sys/net/ipv4/ip_forward
33 at boot time after the /proc file system has been mounted.
45 echo 1 > /proc/sys/net/ipv4/conf/<device>/rp_filter
47 echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter
289 saying Y to "/proc file system support" and
292 echo 0 > /proc/sys/net/ipv4/tcp_syncookies
294 after the /proc file system has been mounted.
H A Ddevinet.c2087 #define DEVINET_SYSCTL_ENTRY(attr, name, mval, proc) \
2094 .proc_handler = proc, \
2104 #define DEVINET_SYSCTL_COMPLEX_ENTRY(attr, name, proc) \
2105 DEVINET_SYSCTL_ENTRY(attr, name, 0644, proc)
/net/netfilter/
H A Dx_tables.c1238 struct proc_dir_entry *proc; local
1248 proc = proc_create_data(buf, 0440, net->proc_net, &xt_table_ops,
1250 if (!proc)
1255 proc = proc_create_data(buf, 0440, net->proc_net, &xt_match_ops,
1257 if (!proc)
1262 proc = proc_create_data(buf, 0440, net->proc_net, &xt_target_ops,
1264 if (!proc)
H A Dnf_conntrack_expect.c592 struct proc_dir_entry *proc; local
594 proc = proc_create("nf_conntrack_expect", 0440, net->proc_net,
596 if (!proc)
/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");
1123 * Start of reading /proc entries.
1140 /* End of reading /proc file */
1148 * Show one entry in /proc file.
/net/netfilter/ipvs/
H A DKconfig42 level in /proc/sys/net/ipv4/vs/debug_level
/net/core/
H A Dneighbour.c1550 panic("cannot create neighbour proc dir entry");
2956 #define NEIGH_SYSCTL_ENTRY(attr, data_attr, name, mval, proc) \
2962 .proc_handler = proc, \

Completed in 510 milliseconds