Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/filesystems/
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-5.19.10/net/netfilter/
Dnf_conntrack_standalone.c387 static const struct seq_operations ct_seq_ops = { variable
481 pde = proc_create_net("nf_conntrack", 0440, net->proc_net, &ct_seq_ops, in nf_conntrack_standalone_init_proc()