Searched refs:proc_net_sctp (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | proc.c | 387 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()
|
D | objcnt.c | 117 net->sctp.proc_net_sctp, &sctp_objcnt_seq_ops); in sctp_dbg_objcnt_init()
|
D | protocol.c | 1330 net->sctp.proc_net_sctp = NULL; in sctp_defaults_exit()
|
/Linux-v4.19/include/net/netns/ |
D | sctp.h | 14 struct proc_dir_entry *proc_net_sctp; member
|