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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_conntrack_l3proto_ipv4_compat.c53 static struct list_head *ct_get_next(struct seq_file *seq, struct list_head *head) function
71 while (pos && (head = ct_get_next(seq, head)))
85 return ct_get_next(s, v);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_standalone.c72 static struct list_head *ct_get_next(struct seq_file *seq, struct list_head *head) function
90 while (pos && (head = ct_get_next(seq, head)))
104 return ct_get_next(s, v);

Completed in 43 milliseconds