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.c598 struct rpcbind_args *map, const struct rpc_procinfo *proc) in rpcb_call_async() argument
601 .rpc_proc = proc, in rpcb_call_async()
649 const struct rpc_procinfo *proc; in rpcb_getport_async() local
687 proc = rpcb_next_version[xprt->bind_index].rpc_proc; in rpcb_getport_async()
691 proc = rpcb_next_version6[xprt->bind_index].rpc_proc; in rpcb_getport_async()
698 if (proc == NULL) { in rpcb_getport_async()
747 child = rpcb_call_async(rpcb_clnt, map, proc); in rpcb_getport_async()
Dclnt.c1617 const struct rpc_procinfo *proc = task->tk_msg.rpc_proc; in rpc_proc_name() local
1619 if (proc) { in rpc_proc_name()
1620 if (proc->p_name) in rpc_proc_name()
1621 return proc->p_name; in rpc_proc_name()
1782 const struct rpc_procinfo *proc = task->tk_msg.rpc_proc; in call_allocate() local
1791 if (proc->p_proc != 0) { in call_allocate()
1792 BUG_ON(proc->p_arglen == 0); in call_allocate()
1793 if (proc->p_decode != NULL) in call_allocate()
1794 BUG_ON(proc->p_replen == 0); in call_allocate()
1803 proc->p_arglen; in call_allocate()
[all …]
/net/netfilter/
Dx_tables.c1817 struct proc_dir_entry *proc; in xt_proto_init() local
1832 proc = proc_create_net_data(buf, 0440, net->proc_net, &xt_table_seq_ops, in xt_proto_init()
1835 if (!proc) in xt_proto_init()
1838 proc_set_user(proc, root_uid, root_gid); in xt_proto_init()
1842 proc = proc_create_seq_private(buf, 0440, net->proc_net, in xt_proto_init()
1845 if (!proc) in xt_proto_init()
1848 proc_set_user(proc, root_uid, root_gid); in xt_proto_init()
1852 proc = proc_create_seq_private(buf, 0440, net->proc_net, in xt_proto_init()
1855 if (!proc) in xt_proto_init()
1858 proc_set_user(proc, root_uid, root_gid); in xt_proto_init()
Dnf_conntrack_expect.c681 struct proc_dir_entry *proc; in exp_proc_init() local
685 proc = proc_create_net("nf_conntrack_expect", 0440, net->proc_net, in exp_proc_init()
687 if (!proc) in exp_proc_init()
693 proc_set_user(proc, root_uid, root_gid); in exp_proc_init()
Dnfnetlink_log.c1110 struct proc_dir_entry *proc; in nfnl_log_net_init() local
1120 proc = proc_create_net("nfnetlink_log", 0440, net->nf.proc_netfilter, in nfnl_log_net_init()
1122 if (!proc) in nfnl_log_net_init()
1128 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/
DMakefile35 rxrpc-$(CONFIG_PROC_FS) += proc.o
/net/sctp/
DMakefile21 sctp-$(CONFIG_PROC_FS) += proc.o
DKconfig49 '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.c2483 #define DEVINET_SYSCTL_ENTRY(attr, name, mval, proc) \ argument
2490 .proc_handler = proc, \
2500 #define DEVINET_SYSCTL_COMPLEX_ENTRY(attr, name, proc) \ argument
2501 DEVINET_SYSCTL_ENTRY(attr, name, 0644, proc)
/net/ipv6/
DMakefile24 ipv6-$(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
351 just checking the various proc files and other utilities for
/net/sched/
DKconfig37 If you say Y here and to "/proc file system" below, you will be able
39 /proc/net/psched.
449 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, \