Lines Matching defs:seq
10 static void *dev_seq_from_index(struct seq_file *seq, loff_t *pos) in dev_seq_from_index()
22 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start()
32 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next()
38 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop()
44 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) in dev_seq_printf_stats()
72 static int dev_seq_show(struct seq_file *seq, void *v) in dev_seq_show()
108 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start()
113 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next()
119 static void softnet_seq_stop(struct seq_file *seq, void *v) in softnet_seq_stop()
123 static int softnet_seq_show(struct seq_file *seq, void *v) in softnet_seq_show()
171 static void *ptype_get_idx(struct seq_file *seq, loff_t pos) in ptype_get_idx()
204 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start()
211 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
258 static void ptype_seq_stop(struct seq_file *seq, void *v) in ptype_seq_stop()
264 static int ptype_seq_show(struct seq_file *seq, void *v) in ptype_seq_show()
333 static int dev_mc_seq_show(struct seq_file *seq, void *v) in dev_mc_seq_show()