Searched defs:sdp_seq_afinfo (Results 1 – 1 of 1) sorted by relevance
44 struct sdp_seq_afinfo { struct45 struct module *owner;46 char *name;47 sa_family_t family;48 int (*seq_show) (struct seq_file *m, void *v);49 struct file_operations *seq_fops;197 static struct sdp_seq_afinfo sdp_seq_afinfo = { variable