Searched refs:pkt_seq_show (Results 1 – 1 of 1) sorted by relevance
109 static int pkt_seq_show(struct seq_file *m, void *p);457 return pkt_seq_show(m, p); in pkt_debugfs_seq_show()2504 static int pkt_seq_show(struct seq_file *m, void *p) in pkt_seq_show() function2620 proc_create_single_data(pd->name, 0, pkt_proc, pkt_seq_show, pd); in pkt_new_dev()