Lines Matching refs:seq
293 u32 portid, u32 seq, struct mr_mfc *c,
301 u32 portid, u32 seq, struct mr_mfc *c,
352 u32 portid, u32 seq, struct mr_mfc *c, in mr_rtm_dumproute() argument
395 void *mr_vif_seq_next(struct seq_file *seq, void *v, loff_t *pos);
397 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start() argument
399 return *pos ? mr_vif_seq_idx(seq_file_net(seq), in mr_vif_seq_start()
400 seq->private, *pos - 1) in mr_vif_seq_start()
409 void *mr_mfc_seq_next(struct seq_file *seq, void *v,
412 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start() argument
415 struct mr_mfc_iter *it = seq->private; in mr_mfc_seq_start()
421 return *pos ? mr_mfc_seq_idx(seq_file_net(seq), in mr_mfc_seq_start()
422 seq->private, *pos - 1) in mr_mfc_seq_start()
426 static inline void mr_mfc_seq_stop(struct seq_file *seq, void *v) in mr_mfc_seq_stop() argument
428 struct mr_mfc_iter *it = seq->private; in mr_mfc_seq_stop()
443 static inline void *mr_vif_seq_next(struct seq_file *seq, in mr_vif_seq_next() argument
449 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start() argument
460 static inline void *mr_mfc_seq_next(struct seq_file *seq, void *v, in mr_mfc_seq_next() argument
466 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start() argument
472 static inline void mr_mfc_seq_stop(struct seq_file *seq, void *v) in mr_mfc_seq_stop() argument