Searched refs:ct_seq_ops (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 194 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/ |
D | nf_conntrack_standalone.c | 278 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/ |
D | seq_file.txt | 153 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));
|