Searched refs:seq_fops (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | udplite.c | 90 .seq_fops = &udplite_afinfo_seq_fops,
|
D | ping.c | 1166 .seq_fops = &ping_seq_fops, 1179 afinfo->seq_fops, afinfo); in ping_proc_register()
|
D | tcp_ipv4.c | 2117 afinfo->seq_fops, afinfo); in tcp_proc_register() 2274 .seq_fops = &tcp_afinfo_seq_fops,
|
D | udp.c | 2415 afinfo->seq_fops, afinfo); in udp_proc_register() 2479 .seq_fops = &udp_afinfo_seq_fops,
|
/linux-4.4.14/net/ipv6/ |
D | udplite.c | 109 .seq_fops = &udplite6_afinfo_seq_fops,
|
D | ping.c | 218 .seq_fops = &ping_seq_fops,
|
D | udp.c | 1493 .seq_fops = &udp6_afinfo_seq_fops,
|
D | tcp_ipv6.c | 1824 .seq_fops = &tcp6_afinfo_seq_fops,
|
/linux-4.4.14/include/net/ |
D | ping.h | 90 const struct file_operations *seq_fops; member
|
D | udp.h | 309 const struct file_operations *seq_fops; member
|
D | tcp.h | 1640 const struct file_operations *seq_fops; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1432 const struct file_operations *seq_fops, in ldebugfs_seq_create() argument 1438 LASSERT((seq_fops->write == NULL) == ((mode & 0222) == 0)); in ldebugfs_seq_create() 1440 entry = debugfs_create_file(name, mode, parent, data, seq_fops); in ldebugfs_seq_create() 1451 const struct file_operations *seq_fops, in ldebugfs_obd_seq_create() argument 1455 mode, seq_fops, data); in ldebugfs_obd_seq_create()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 575 const struct file_operations *seq_fops, 580 const struct file_operations *seq_fops,
|