Home
last modified time | relevance | path

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

/Linux-v5.10/net/sctp/
Dproc.c372 net->sctp.proc_net_sctp = proc_net_mkdir(net, "sctp", net->proc_net); in sctp_proc_init()
373 if (!net->sctp.proc_net_sctp) in sctp_proc_init()
375 if (!proc_create_net_single("snmp", 0444, net->sctp.proc_net_sctp, in sctp_proc_init()
378 if (!proc_create_net("eps", 0444, net->sctp.proc_net_sctp, in sctp_proc_init()
381 if (!proc_create_net("assocs", 0444, net->sctp.proc_net_sctp, in sctp_proc_init()
384 if (!proc_create_net("remaddr", 0444, net->sctp.proc_net_sctp, in sctp_proc_init()
391 net->sctp.proc_net_sctp = NULL; in sctp_proc_init()
Dobjcnt.c102 net->sctp.proc_net_sctp, &sctp_objcnt_seq_ops); in sctp_dbg_objcnt_init()
Dprotocol.c1333 net->sctp.proc_net_sctp = NULL; in sctp_defaults_exit()
/Linux-v5.10/include/net/netns/
Dsctp.h14 struct proc_dir_entry *proc_net_sctp; member