Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c49 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, in ct_get_next() function
72 while (pos && (head = ct_get_next(seq, head))) in ct_get_idx()
87 return ct_get_next(s, v); in ct_seq_next()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_standalone.c71 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, in ct_get_next() function
95 while (pos && (head = ct_get_next(seq, head))) in ct_get_idx()
113 return ct_get_next(s, v); in ct_seq_next()