Searched refs:proc_net_sctp (Results 1 – 4 of 4) sorted by relevance
/linux/net/sctp/ |
H A D | proc.c | 378 net->sctp.proc_net_sctp = proc_net_mkdir(net, "sctp", net->proc_net); in sctp_proc_init() 379 if (!net->sctp.proc_net_sctp) in sctp_proc_init() 381 if (!proc_create_net_single("snmp", 0444, net->sctp.proc_net_sctp, in sctp_proc_init() 384 if (!proc_create_net("eps", 0444, net->sctp.proc_net_sctp, in sctp_proc_init() 387 if (!proc_create_net("assocs", 0444, net->sctp.proc_net_sctp, in sctp_proc_init() 390 if (!proc_create_net("remaddr", 0444, net->sctp.proc_net_sctp, in sctp_proc_init() 397 net->sctp.proc_net_sctp = NULL; in sctp_proc_init()
|
H A D | objcnt.c | 102 net->sctp.proc_net_sctp, &sctp_objcnt_seq_ops); in sctp_dbg_objcnt_init()
|
H A D | protocol.c | 1448 net->sctp.proc_net_sctp = NULL; in sctp_defaults_exit()
|
/linux/include/net/netns/ |
H A D | sctp.h | 17 struct proc_dir_entry *proc_net_sctp; member
|