Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c194 static const struct seq_operations ct_seq_ops = { variable
203 return seq_open_net(inode, file, &ct_seq_ops, in ct_open()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_standalone.c278 static const struct seq_operations ct_seq_ops = { variable
287 return seq_open_net(inode, file, &ct_seq_ops, in ct_open()
/linux-4.4.14/Documentation/filesystems/
Dseq_file.txt153 static const struct seq_operations ct_seq_ops = {
230 return seq_open(file, &ct_seq_ops);
249 return seq_open_private(file, &ct_seq_ops,
260 __seq_open_private(file, &ct_seq_ops, sizeof(*p));