Lines Matching refs:seq_file
16 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket()
32 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket()
53 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start()
66 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next()
72 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop()
78 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) in dev_seq_printf_stats()
106 static int dev_seq_show(struct seq_file *seq, void *v) in dev_seq_show()
138 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start()
143 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next()
149 static void softnet_seq_stop(struct seq_file *seq, void *v) in softnet_seq_stop()
153 static int softnet_seq_show(struct seq_file *seq, void *v) in softnet_seq_show()
196 static void *ptype_get_idx(struct seq_file *seq, loff_t pos) in ptype_get_idx()
229 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start()
236 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
283 static void ptype_seq_stop(struct seq_file *seq, void *v) in ptype_seq_stop()
289 static int ptype_seq_show(struct seq_file *seq, void *v) in ptype_seq_show()
358 static int dev_mc_seq_show(struct seq_file *seq, void *v) in dev_mc_seq_show()