Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/filesystems/
Dseq_file.txt174 static const struct seq_operations ct_seq_ops = {
251 return seq_open(file, &ct_seq_ops);
270 return seq_open_private(file, &ct_seq_ops,
281 __seq_open_private(file, &ct_seq_ops, sizeof(*p));
/Linux-v5.4/net/netfilter/
Dnf_conntrack_standalone.c378 static const struct seq_operations ct_seq_ops = { variable
470 pde = proc_create_net("nf_conntrack", 0440, net->proc_net, &ct_seq_ops, in nf_conntrack_standalone_init_proc()