Home
last modified time | relevance | path

Searched refs:proc (Results 1 – 25 of 27) sorted by relevance

12

/net/sunrpc/
Drpcb_clnt.c444 …k *rpcb_call_async(struct rpc_clnt *rpcb_clnt, struct rpcbind_args *map, struct rpc_procinfo *proc) in rpcb_call_async() argument
447 .rpc_proc = proc, in rpcb_call_async()
494 struct rpc_procinfo *proc; in rpcb_getport_async() local
535 proc = rpcb_next_version[xprt->bind_index].rpc_proc; in rpcb_getport_async()
539 proc = rpcb_next_version6[xprt->bind_index].rpc_proc; in rpcb_getport_async()
548 if (proc == NULL) { in rpcb_getport_async()
585 child = rpcb_call_async(rpcb_clnt, map, proc); in rpcb_getport_async()
779 #define PROC(proc, argtype, restype) \ argument
780 [RPCBPROC_##proc] = { \
781 .p_proc = RPCBPROC_##proc, \
[all …]
Dstats.c82 const struct svc_procedure *proc; in svc_seq_show() local
101 if (!(vers = prog->pg_vers[i]) || !(proc = vers->vs_proc)) in svc_seq_show()
104 for (j = 0; j < vers->vs_nproc; j++, proc++) in svc_seq_show()
105 seq_printf(seq, " %u", proc->pc_count); in svc_seq_show()
Dclnt.c714 const struct rpc_procinfo *proc = task->tk_msg.rpc_proc; in rpc_proc_name() local
716 if (proc) { in rpc_proc_name()
717 if (proc->p_name) in rpc_proc_name()
718 return proc->p_name; in rpc_proc_name()
827 struct rpc_procinfo *proc = task->tk_msg.rpc_proc; in call_allocate() local
837 if (proc->p_proc != 0) { in call_allocate()
838 BUG_ON(proc->p_arglen == 0); in call_allocate()
839 if (proc->p_decode != NULL) in call_allocate()
840 BUG_ON(proc->p_replen == 0); in call_allocate()
848 req->rq_callsize = RPC_CALLHDRSIZE + (slack << 1) + proc->p_arglen; in call_allocate()
[all …]
Dsvc.c1001 u32 dir, prog, vers, proc; in svc_process() local
1051 rqstp->rq_proc = proc = svc_getnl(argv); /* procedure number */ in svc_process()
1093 procp = versp->vs_proc + proc; in svc_process()
1094 if (proc >= versp->vs_nproc || !procp->pc_func) in svc_process()
1219 svc_printk(rqstp, "unknown procedure (%d)\n", proc); in svc_process()
/net/can/
DMakefile6 can-objs := af_can.o proc.o
/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c380 struct proc_dir_entry *proc, *proc_exp, *proc_stat; in ip_conntrack_net_init() local
382 proc = proc_net_fops_create(net, "ip_conntrack", 0440, &ct_file_ops); in ip_conntrack_net_init()
383 if (!proc) in ip_conntrack_net_init()
Dip_queue.c576 struct proc_dir_entry *proc __maybe_unused; in ip_queue_init()
587 proc = proc_create(IPQ_PROC_FS_NAME, 0, init_net.proc_net, in ip_queue_init()
589 if (!proc) { in ip_queue_init()
DKconfig29 bool "proc/sysctl compatibility with old connection tracking"
33 This option enables /proc and sysctl compatibility with the old
/net/atm/
DMakefile11 atm-$(CONFIG_PROC_FS) += proc.o
/net/sctp/
DMakefile15 sctp-$(CONFIG_PROC_FS) += proc.o
DKconfig55 'cat /proc/net/sctp/sctp_dbg_objcnt'
/net/rxrpc/
DMakefile24 af-rxrpc-objs += ar-proc.o
/net/netfilter/
Dx_tables.c1051 struct proc_dir_entry *proc; in xt_proto_init() local
1061 proc = proc_create_data(buf, 0440, net->proc_net, &xt_table_ops, in xt_proto_init()
1063 if (!proc) in xt_proto_init()
1068 proc = proc_create_data(buf, 0440, net->proc_net, &xt_match_ops, in xt_proto_init()
1070 if (!proc) in xt_proto_init()
1075 proc = proc_create_data(buf, 0440, net->proc_net, &xt_target_ops, in xt_proto_init()
1077 if (!proc) in xt_proto_init()
Dnf_conntrack_expect.c573 struct proc_dir_entry *proc; in exp_proc_init() local
575 proc = proc_net_fops_create(net, "nf_conntrack_expect", 0440, &exp_file_ops); in exp_proc_init()
576 if (!proc) in exp_proc_init()
/net/ipv6/netfilter/
Dip6_queue.c579 struct proc_dir_entry *proc __maybe_unused; in ip6_queue_init()
590 proc = proc_create(IPQ_PROC_FS_NAME, 0, init_net.proc_net, in ip6_queue_init()
592 if (!proc) { in ip6_queue_init()
/net/irda/
DKconfig78 /proc/sys/net/irda/fast_poll_increase
88 /proc/sys/net/irda/debug .
/net/ipv6/
DMakefile20 ipv6-$(CONFIG_PROC_FS) += proc.o
DKconfig38 echo 2 >/proc/sys/net/ipv6/conf/all/use_tempaddr
/net/ipv4/
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
321 you can enable them by saying Y to "/proc file system support" and
324 echo 1 >/proc/sys/net/ipv4/tcp_syncookies
326 at boot time after the /proc file system has been mounted.
DMakefile20 obj-$(CONFIG_PROC_FS) += proc.o
Ddevinet.c1394 #define DEVINET_SYSCTL_ENTRY(attr, name, mval, proc, sysctl) \ argument
1402 .proc_handler = proc, \
1415 #define DEVINET_SYSCTL_COMPLEX_ENTRY(attr, name, proc, sysctl) \ argument
1416 DEVINET_SYSCTL_ENTRY(attr, name, 0644, proc, sysctl)
/net/decnet/
DKconfig19 Be sure to say Y to "/proc file system support" and "Sysctl support"
/net/irda/irlan/
Dirlan_common.c123 { struct proc_dir_entry *proc; in irlan_init() local
124 proc = proc_create("irlan", 0, proc_irda, &irlan_fops); in irlan_init()
125 if (!proc) { in irlan_init()
/net/
DKconfig49 If you say Y here and also to "/proc file system support" and
52 /proc/sys/net/ipv4/*; the options are explained in the file
/net/sched/
DKconfig35 If you say Y here and to "/proc file system" below, you will be able
37 /proc/net/psched.

12