Searched refs:seq_ops (Results 1 – 9 of 9) sorted by relevance
/net/kcm/ |
D | kcmproc.c | 21 const struct seq_operations seq_ops; member 93 return seq_open_net(inode, file, &muxinfo->seq_ops, in kcm_seq_open() 260 .seq_ops = {
|
/net/ipv4/ |
D | udplite.c | 90 .seq_ops = {
|
D | tcp_ipv4.c | 2185 err = seq_open_net(inode, file, &afinfo->seq_ops, in tcp_seq_open() 2202 afinfo->seq_ops.start = tcp_seq_start; in tcp_proc_register() 2203 afinfo->seq_ops.next = tcp_seq_next; in tcp_proc_register() 2204 afinfo->seq_ops.stop = tcp_seq_stop; in tcp_proc_register() 2365 .seq_ops = {
|
D | udp.c | 2707 err = seq_open_net(inode, file, &afinfo->seq_ops, in udp_seq_open() 2725 afinfo->seq_ops.start = udp_seq_start; in udp_proc_register() 2726 afinfo->seq_ops.next = udp_seq_next; in udp_proc_register() 2727 afinfo->seq_ops.stop = udp_seq_stop; in udp_proc_register() 2795 .seq_ops = {
|
D | ping.c | 1156 return seq_open_net(inode, file, &afinfo->seq_ops, in ping_seq_open() 1172 .seq_ops = {
|
/net/ipv6/ |
D | udplite.c | 109 .seq_ops = {
|
D | ping.c | 223 .seq_ops = {
|
D | udp.c | 1532 .seq_ops = {
|
D | tcp_ipv6.c | 1897 .seq_ops = {
|