Lines Matching defs:seq
3491 static struct sock *unix_from_bucket(struct seq_file *seq, loff_t *pos) in unix_from_bucket()
3507 static struct sock *unix_get_first(struct seq_file *seq, loff_t *pos) in unix_get_first()
3528 static struct sock *unix_get_next(struct seq_file *seq, struct sock *sk, in unix_get_next()
3545 static void *unix_seq_start(struct seq_file *seq, loff_t *pos) in unix_seq_start()
3553 static void *unix_seq_next(struct seq_file *seq, void *v, loff_t *pos) in unix_seq_next()
3563 static void unix_seq_stop(struct seq_file *seq, void *v) in unix_seq_stop()
3571 static int unix_seq_show(struct seq_file *seq, void *v) in unix_seq_show()
3652 static int bpf_iter_unix_hold_batch(struct seq_file *seq, struct sock *start_sk) in bpf_iter_unix_hold_batch()
3700 static struct sock *bpf_iter_unix_batch(struct seq_file *seq, in bpf_iter_unix_batch()
3735 static void *bpf_iter_unix_seq_start(struct seq_file *seq, loff_t *pos) in bpf_iter_unix_seq_start()
3746 static void *bpf_iter_unix_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_iter_unix_seq_next()
3768 static int bpf_iter_unix_seq_show(struct seq_file *seq, void *v) in bpf_iter_unix_seq_show()
3796 static void bpf_iter_unix_seq_stop(struct seq_file *seq, void *v) in bpf_iter_unix_seq_stop()