Home
last modified time | relevance | path

Searched refs:proc (Results 1 – 20 of 20) 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.c596 struct rpcbind_args *map, const struct rpc_procinfo *proc) in rpcb_call_async() argument
599 .rpc_proc = proc, in rpcb_call_async()
647 const struct rpc_procinfo *proc; in rpcb_getport_async() local
685 proc = rpcb_next_version[xprt->bind_index].rpc_proc; in rpcb_getport_async()
689 proc = rpcb_next_version6[xprt->bind_index].rpc_proc; in rpcb_getport_async()
696 if (proc == NULL) { in rpcb_getport_async()
744 child = rpcb_call_async(rpcb_clnt, map, proc); in rpcb_getport_async()
Dclnt.c1603 const struct rpc_procinfo *proc = task->tk_msg.rpc_proc; in rpc_proc_name() local
1605 if (proc) { in rpc_proc_name()
1606 if (proc->p_name) in rpc_proc_name()
1607 return proc->p_name; in rpc_proc_name()
1768 const struct rpc_procinfo *proc = task->tk_msg.rpc_proc; in call_allocate() local
1777 if (proc->p_proc != 0) { in call_allocate()
1778 BUG_ON(proc->p_arglen == 0); in call_allocate()
1779 if (proc->p_decode != NULL) in call_allocate()
1780 BUG_ON(proc->p_replen == 0); in call_allocate()
1789 proc->p_arglen; in call_allocate()
[all …]
/net/netfilter/
Dx_tables.c1722 struct proc_dir_entry *proc; in xt_proto_init() local
1737 proc = proc_create_net_data(buf, 0440, net->proc_net, &xt_table_seq_ops, in xt_proto_init()
1740 if (!proc) in xt_proto_init()
1743 proc_set_user(proc, root_uid, root_gid); in xt_proto_init()
1747 proc = proc_create_seq_private(buf, 0440, net->proc_net, in xt_proto_init()
1750 if (!proc) in xt_proto_init()
1753 proc_set_user(proc, root_uid, root_gid); in xt_proto_init()
1757 proc = proc_create_seq_private(buf, 0440, net->proc_net, in xt_proto_init()
1760 if (!proc) in xt_proto_init()
1763 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.c1103 struct proc_dir_entry *proc; in nfnl_log_net_init() local
1113 proc = proc_create_net("nfnetlink_log", 0440, net->nf.proc_netfilter, in nfnl_log_net_init()
1115 if (!proc) in nfnl_log_net_init()
1121 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/
DMakefile34 rxrpc-$(CONFIG_PROC_FS) += proc.o
/net/
DKconfig85 If you say Y here and also to "/proc file system support" and
88 /proc/sys/net/ipv4/*; the options are explained in the file
302 /proc/sys/net/core/bpf_jit_enable
303 /proc/sys/net/core/bpf_jit_harden (optional)
304 /proc/sys/net/core/bpf_jit_kallsyms (optional)
358 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.c2491 #define DEVINET_SYSCTL_ENTRY(attr, name, mval, proc) \ argument
2498 .proc_handler = proc, \
2508 #define DEVINET_SYSCTL_COMPLEX_ENTRY(attr, name, proc) \ argument
2509 DEVINET_SYSCTL_ENTRY(attr, name, 0644, proc)
/net/ipv6/
DMakefile24 ipv6-$(CONFIG_PROC_FS) += proc.o
/net/sched/
DKconfig37 If you say Y here and to "/proc file system" below, you will be able
39 /proc/net/psched.
407 the default value via /proc/sys/net/core/default_qdisc.
/net/netfilter/ipvs/
DKconfig43 level in /proc/sys/net/ipv4/vs/debug_level
/net/core/
Dneighbour.c3559 #define NEIGH_SYSCTL_ENTRY(attr, data_attr, name, mval, proc) \ argument
3565 .proc_handler = proc, \