Lines Matching defs:seq
3277 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) in seq_sk_match()
3289 static struct udp_table *udp_get_table_seq(struct seq_file *seq, in udp_get_table_seq()
3303 static struct sock *udp_get_first(struct seq_file *seq, int start) in udp_get_first()
3331 static struct sock *udp_get_next(struct seq_file *seq, struct sock *sk) in udp_get_next()
3352 static struct sock *udp_get_idx(struct seq_file *seq, loff_t pos) in udp_get_idx()
3362 void *udp_seq_start(struct seq_file *seq, loff_t *pos) in udp_seq_start()
3371 void *udp_seq_next(struct seq_file *seq, void *v, loff_t *pos) in udp_seq_next()
3385 void udp_seq_stop(struct seq_file *seq, void *v) in udp_seq_stop()
3419 int udp4_seq_show(struct seq_file *seq, void *v) in udp4_seq_show()
3475 static struct sock *bpf_iter_udp_batch(struct seq_file *seq) in bpf_iter_udp_batch()
3589 static void *bpf_iter_udp_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_iter_udp_seq_next()
3613 static void *bpf_iter_udp_seq_start(struct seq_file *seq, loff_t *pos) in bpf_iter_udp_seq_start()
3637 static int bpf_iter_udp_seq_show(struct seq_file *seq, void *v) in bpf_iter_udp_seq_show()
3683 static void bpf_iter_udp_seq_stop(struct seq_file *seq, void *v) in bpf_iter_udp_seq_stop()
3708 static unsigned short seq_file_family(const struct seq_file *seq) in seq_file_family()