ax25_rt_seqops    415 include/net/ax25.h extern const struct seq_operations ax25_rt_seqops;
ax25_rt_seqops   1980 net/ax25/af_ax25.c 	proc_create_seq("ax25_route", 0444, init_net.proc_net, &ax25_rt_seqops);
ax25_rt_seqops    323 net/ax25/ax25_route.c const struct seq_operations ax25_rt_seqops = {