Home
last modified time | relevance | path

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

/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c42 #define PROC(proc, name) \ argument
43 [GSSX_##proc] = { \
44 .p_proc = GSSX_##proc, \
49 .p_statidx = GSSX_##proc, \
50 .p_name = #proc, \
/net/sunrpc/
Drpcb_clnt.c629 struct rpcbind_args *map, const struct rpc_procinfo *proc) in rpcb_call_async() argument
632 .rpc_proc = proc, in rpcb_call_async()
680 const struct rpc_procinfo *proc; in rpcb_getport_async() local
726 proc = rpcb_next_version[xprt->bind_index].rpc_proc; in rpcb_getport_async()
730 proc = rpcb_next_version6[xprt->bind_index].rpc_proc; in rpcb_getport_async()
739 if (proc == NULL) { in rpcb_getport_async()
796 child = rpcb_call_async(rpcb_clnt, map, proc); in rpcb_getport_async()
Dclnt.c1593 const struct rpc_procinfo *proc = task->tk_msg.rpc_proc; in rpc_proc_name() local
1595 if (proc) { in rpc_proc_name()
1596 if (proc->p_name) in rpc_proc_name()
1597 return proc->p_name; in rpc_proc_name()
1790 const struct rpc_procinfo *proc = task->tk_msg.rpc_proc; in call_allocate() local
1801 if (proc->p_proc != 0) { in call_allocate()
1802 BUG_ON(proc->p_arglen == 0); in call_allocate()
1803 if (proc->p_decode != NULL) in call_allocate()
1804 BUG_ON(proc->p_replen == 0); in call_allocate()
1813 proc->p_arglen; in call_allocate()
[all …]
/net/netfilter/
Dx_tables.c1729 struct proc_dir_entry *proc; in xt_proto_init() local
1744 proc = proc_create_net_data(buf, 0440, net->proc_net, &xt_table_seq_ops, in xt_proto_init()
1747 if (!proc) in xt_proto_init()
1750 proc_set_user(proc, root_uid, root_gid); in xt_proto_init()
1754 proc = proc_create_seq_private(buf, 0440, net->proc_net, in xt_proto_init()
1757 if (!proc) in xt_proto_init()
1760 proc_set_user(proc, root_uid, root_gid); in xt_proto_init()
1764 proc = proc_create_seq_private(buf, 0440, net->proc_net, in xt_proto_init()
1767 if (!proc) in xt_proto_init()
1770 proc_set_user(proc, root_uid, root_gid); in xt_proto_init()
Dnf_conntrack_expect.c661 struct proc_dir_entry *proc; in exp_proc_init() local
665 proc = proc_create_net("nf_conntrack_expect", 0440, net->proc_net, in exp_proc_init()
667 if (!proc) in exp_proc_init()
673 proc_set_user(proc, root_uid, root_gid); in exp_proc_init()
Dnfnetlink_log.c1108 struct proc_dir_entry *proc; in nfnl_log_net_init() local
1118 proc = proc_create_net("nfnetlink_log", 0440, net->nf.proc_netfilter, in nfnl_log_net_init()
1120 if (!proc) in nfnl_log_net_init()
1126 proc_set_user(proc, root_uid, root_gid); in nfnl_log_net_init()
/net/can/
DMakefile8 can-$(CONFIG_PROC_FS) += proc.o
/net/atm/
DMakefile12 atm-$(CONFIG_PROC_FS) += proc.o
/net/rxrpc/
DMakefile33 rxrpc-$(CONFIG_PROC_FS) += proc.o
/net/
DKconfig82 If you say Y here and also to "/proc file system support" and
85 /proc/sys/net/ipv4/*; the options are explained in the file
300 /proc/sys/net/core/bpf_jit_enable
301 /proc/sys/net/core/bpf_jit_harden (optional)
302 /proc/sys/net/core/bpf_jit_kallsyms (optional)
356 just checking the various proc files and other utilities for
/net/sctp/
DMakefile21 sctp-$(CONFIG_PROC_FS) += proc.o
DKconfig48 'cat /proc/net/sctp/sctp_dbg_objcnt'
/net/wireless/
DMakefile9 obj-$(CONFIG_WEXT_PROC) += wext-proc.o
/net/ipv4/
DKconfig28 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.
DMakefile23 obj-$(CONFIG_PROC_FS) += proc.o
Ddevinet.c2475 #define DEVINET_SYSCTL_ENTRY(attr, name, mval, proc) \ argument
2482 .proc_handler = proc, \
2492 #define DEVINET_SYSCTL_COMPLEX_ENTRY(attr, name, proc) \ argument
2493 DEVINET_SYSCTL_ENTRY(attr, name, 0644, proc)
/net/ipv6/
DMakefile24 ipv6-$(CONFIG_PROC_FS) += proc.o
/net/decnet/
DKconfig20 Be sure to say Y to "/proc file system support" and "Sysctl support"
/net/sched/
DKconfig37 If you say Y here and to "/proc file system" below, you will be able
39 /proc/net/psched.
419 the default value via /proc/sys/net/core/default_qdisc.
/net/netfilter/ipvs/
DKconfig44 level in /proc/sys/net/ipv4/vs/debug_level
/net/core/
Dneighbour.c3537 #define NEIGH_SYSCTL_ENTRY(attr, data_attr, name, mval, proc) \ argument
3543 .proc_handler = proc, \