Home
last modified time | relevance | path

Searched refs:ct_seq_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/Documentation/filesystems/
A Dseq_file.rst199 static const struct seq_operations ct_seq_ops = {
286 return seq_open(file, &ct_seq_ops);
305 return seq_open_private(file, &ct_seq_ops,
316 __seq_open_private(file, &ct_seq_ops, sizeof(*p));
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_standalone.c383 static const struct seq_operations ct_seq_ops = { variable
477 pde = proc_create_net("nf_conntrack", 0440, net->proc_net, &ct_seq_ops, in nf_conntrack_standalone_init_proc()

Completed in 5 milliseconds