Home
last modified time | relevance | path

Searched refs:proc_net_sctp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/sctp/
Dproc.c387 net->sctp.proc_net_sctp = proc_net_mkdir(net, "sctp", net->proc_net); in sctp_proc_init()
388 if (!net->sctp.proc_net_sctp) in sctp_proc_init()
390 if (!proc_create_net_single("snmp", 0444, net->sctp.proc_net_sctp, in sctp_proc_init()
393 if (!proc_create_net("eps", 0444, net->sctp.proc_net_sctp, in sctp_proc_init()
396 if (!proc_create_net("assocs", 0444, net->sctp.proc_net_sctp, in sctp_proc_init()
399 if (!proc_create_net("remaddr", 0444, net->sctp.proc_net_sctp, in sctp_proc_init()
406 net->sctp.proc_net_sctp = NULL; in sctp_proc_init()
Dobjcnt.c117 net->sctp.proc_net_sctp, &sctp_objcnt_seq_ops); in sctp_dbg_objcnt_init()
Dprotocol.c1330 net->sctp.proc_net_sctp = NULL; in sctp_defaults_exit()
/Linux-v4.19/include/net/netns/
Dsctp.h14 struct proc_dir_entry *proc_net_sctp; member