Lines Matching defs:seq
13 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket()
29 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket()
50 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start()
63 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next()
69 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop()
75 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) in dev_seq_printf_stats()
103 static int dev_seq_show(struct seq_file *seq, void *v) in dev_seq_show()
135 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start()
140 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next()
146 static void softnet_seq_stop(struct seq_file *seq, void *v) in softnet_seq_stop()
150 static int softnet_seq_show(struct seq_file *seq, void *v) in softnet_seq_show()
215 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start()
222 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
251 static void ptype_seq_stop(struct seq_file *seq, void *v) in ptype_seq_stop()
257 static int ptype_seq_show(struct seq_file *seq, void *v) in ptype_seq_show()
325 static int dev_mc_seq_show(struct seq_file *seq, void *v) in dev_mc_seq_show()