/net/x25/ |
D | x25_proc.c | 25 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start() 32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next() 37 static void x25_seq_route_stop(struct seq_file *seq, void *v) in x25_seq_route_stop() 43 static int x25_seq_route_show(struct seq_file *seq, void *v) in x25_seq_route_show() 60 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start() 67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next() 72 static void x25_seq_socket_stop(struct seq_file *seq, void *v) in x25_seq_socket_stop() 78 static int x25_seq_socket_show(struct seq_file *seq, void *v) in x25_seq_socket_show() 113 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start() 120 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next() [all …]
|
/net/rxrpc/ |
D | proc.c | 27 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_call_seq_start() 36 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) in rxrpc_call_seq_next() 43 static void rxrpc_call_seq_stop(struct seq_file *seq, void *v) in rxrpc_call_seq_stop() 49 static int rxrpc_call_seq_show(struct seq_file *seq, void *v) in rxrpc_call_seq_show() 126 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_connection_seq_start() 135 static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v, in rxrpc_connection_seq_next() 143 static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v) in rxrpc_connection_seq_stop() 151 static int rxrpc_connection_seq_show(struct seq_file *seq, void *v) in rxrpc_connection_seq_show() 209 static int rxrpc_peer_seq_show(struct seq_file *seq, void *v) in rxrpc_peer_seq_show() 246 static void *rxrpc_peer_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_peer_seq_start() [all …]
|
/net/core/ |
D | net-procfs.c | 13 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket() 29 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket() 50 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start() 63 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next() 69 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop() 75 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) in dev_seq_printf_stats() 103 static int dev_seq_show(struct seq_file *seq, void *v) in dev_seq_show() 135 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start() 140 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next() 146 static void softnet_seq_stop(struct seq_file *seq, void *v) in softnet_seq_stop() [all …]
|
/net/appletalk/ |
D | atalk_proc.c | 27 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start() 36 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next() 53 static void atalk_seq_interface_stop(struct seq_file *seq, void *v) in atalk_seq_interface_stop() 59 static int atalk_seq_interface_show(struct seq_file *seq, void *v) in atalk_seq_interface_show() 88 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start() 97 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next() 114 static void atalk_seq_route_stop(struct seq_file *seq, void *v) in atalk_seq_route_stop() 120 static int atalk_seq_route_show(struct seq_file *seq, void *v) in atalk_seq_route_show() 145 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start() 152 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next() [all …]
|
/net/8021q/ |
D | vlanproc.c | 36 static int vlan_seq_show(struct seq_file *seq, void *v); 37 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos); 38 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos); 39 static void vlan_seq_stop(struct seq_file *seq, void *); 40 static int vlandev_seq_show(struct seq_file *seq, void *v); 167 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos) in vlan_seq_start() 189 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vlan_seq_next() 210 static void vlan_seq_stop(struct seq_file *seq, void *v) in vlan_seq_stop() 216 static int vlan_seq_show(struct seq_file *seq, void *v) in vlan_seq_show() 241 static int vlandev_seq_show(struct seq_file *seq, void *offset) in vlandev_seq_show()
|
/net/atm/ |
D | proc.c | 44 static void add_stats(struct seq_file *seq, const char *aal, in add_stats() 53 static void atm_dev_info(struct seq_file *seq, const struct atm_dev *dev) in atm_dev_info() 108 static inline void *vcc_walk(struct seq_file *seq, loff_t l) in vcc_walk() 117 static void *vcc_seq_start(struct seq_file *seq, loff_t *pos) in vcc_seq_start() 128 static void vcc_seq_stop(struct seq_file *seq, void *v) in vcc_seq_stop() 134 static void *vcc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vcc_seq_next() 141 static void pvc_info(struct seq_file *seq, struct atm_vcc *vcc) in pvc_info() 177 static void vcc_info(struct seq_file *seq, struct atm_vcc *vcc) in vcc_info() 204 static void svc_info(struct seq_file *seq, struct atm_vcc *vcc) in svc_info() 224 static int atm_dev_seq_show(struct seq_file *seq, void *v) in atm_dev_seq_show() [all …]
|
D | resources.h | 25 void *atm_dev_seq_start(struct seq_file *seq, loff_t *pos); 26 void atm_dev_seq_stop(struct seq_file *seq, void *v); 27 void *atm_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos);
|
/net/sctp/ |
D | proc.c | 59 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) in sctp_snmp_seq_show() 77 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) in sctp_seq_dump_local_addrs() 113 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) in sctp_seq_dump_remote_addrs() 132 static void *sctp_eps_seq_start(struct seq_file *seq, loff_t *pos) in sctp_eps_seq_start() 146 static void sctp_eps_seq_stop(struct seq_file *seq, void *v) in sctp_eps_seq_stop() 151 static void *sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_eps_seq_next() 161 static int sctp_eps_seq_show(struct seq_file *seq, void *v) in sctp_eps_seq_show() 205 static void *sctp_transport_seq_start(struct seq_file *seq, loff_t *pos) in sctp_transport_seq_start() 214 static void sctp_transport_seq_stop(struct seq_file *seq, void *v) in sctp_transport_seq_stop() 227 static void *sctp_transport_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_transport_seq_next() [all …]
|
D | objcnt.c | 62 static int sctp_objcnt_seq_show(struct seq_file *seq, void *v) in sctp_objcnt_seq_show() 74 static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos) in sctp_objcnt_seq_start() 79 static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v) in sctp_objcnt_seq_stop() 83 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next()
|
/net/kcm/ |
D | kcmproc.c | 18 static struct kcm_mux *kcm_get_first(struct seq_file *seq) in kcm_get_first() 35 static struct kcm_mux *kcm_get_idx(struct seq_file *seq, loff_t pos) in kcm_get_idx() 49 static void *kcm_seq_next(struct seq_file *seq, void *v, loff_t *pos) in kcm_seq_next() 61 static void *kcm_seq_start(struct seq_file *seq, loff_t *pos) in kcm_seq_start() 72 static void kcm_seq_stop(struct seq_file *seq, void *v) in kcm_seq_stop() 83 static void kcm_format_mux_header(struct seq_file *seq) in kcm_format_mux_header() 109 static void kcm_format_sock(struct kcm_sock *kcm, struct seq_file *seq, in kcm_format_sock() 139 static void kcm_format_psock(struct kcm_psock *psock, struct seq_file *seq, in kcm_format_psock() 186 kcm_format_mux(struct kcm_mux *mux, loff_t idx, struct seq_file *seq) in kcm_format_mux() 220 static int kcm_seq_show(struct seq_file *seq, void *v) in kcm_seq_show() [all …]
|
/net/ceph/ |
D | debugfs.c | 34 static int monmap_show(struct seq_file *s, void *p) in monmap_show() 54 static int osdmap_show(struct seq_file *s, void *p) in osdmap_show() 138 static int monc_show(struct seq_file *s, void *p) in monc_show() 176 static void dump_spgid(struct seq_file *s, const struct ceph_spg *spgid) in dump_spgid() 183 static void dump_target(struct seq_file *s, struct ceph_osd_request_target *t) in dump_target() 209 static void dump_request(struct seq_file *s, struct ceph_osd_request *req) in dump_request() 234 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) in dump_requests() 249 static void dump_linger_request(struct seq_file *s, in dump_linger_request() 260 static void dump_linger_requests(struct seq_file *s, struct ceph_osd *osd) in dump_linger_requests() 275 static void dump_snapid(struct seq_file *s, u64 snapid) in dump_snapid() [all …]
|
/net/wireless/ |
D | wext-proc.c | 29 static void wireless_seq_printf_stats(struct seq_file *seq, in wireless_seq_printf_stats() 75 static int wireless_dev_seq_show(struct seq_file *seq, void *v) in wireless_dev_seq_show() 90 static void *wireless_dev_seq_start(struct seq_file *seq, loff_t *pos) in wireless_dev_seq_start() 107 static void *wireless_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in wireless_dev_seq_next() 117 static void wireless_dev_seq_stop(struct seq_file *seq, void *v) in wireless_dev_seq_stop()
|
/net/netfilter/ |
D | nf_conntrack_standalone.c | 38 print_tuple(struct seq_file *s, const struct nf_conntrack_tuple *tuple, in print_tuple() 108 static struct hlist_nulls_node *ct_get_first(struct seq_file *seq) in ct_get_first() 124 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, in ct_get_next() 141 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx() 151 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start() 163 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) in ct_seq_next() 169 static void ct_seq_stop(struct seq_file *s, void *v) in ct_seq_stop() 176 static void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) in ct_show_secctx() 191 static inline void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) in ct_show_secctx() 197 static void ct_show_zone(struct seq_file *s, const struct nf_conn *ct, in ct_show_zone() [all …]
|
/net/sunrpc/ |
D | debugfs.c | 20 tasks_show(struct seq_file *f, void *v) in tasks_show() 42 tasks_start(struct seq_file *f, loff_t *ppos) in tasks_start() 57 tasks_next(struct seq_file *f, void *v, loff_t *pos) in tasks_next() 72 tasks_stop(struct seq_file *f, void *v) in tasks_stop() 90 struct seq_file *seq = filp->private_data; in tasks_open() 105 struct seq_file *seq = filp->private_data; in tasks_release() 174 xprt_info_show(struct seq_file *f, void *v) in xprt_info_show()
|
D | stats.c | 37 static int rpc_proc_show(struct seq_file *seq, void *v) { in rpc_proc_show() 82 void svc_seq_show(struct seq_file *seq, const struct svc_stat *statp) in svc_seq_show() 202 static void _print_name(struct seq_file *seq, unsigned int op, in _print_name() 226 static void _print_rpc_iostats(struct seq_file *seq, struct rpc_iostats *stats, in _print_rpc_iostats() 244 struct seq_file *seq = seqv; in do_print_stats() 250 void rpc_clnt_show_stats(struct seq_file *seq, struct rpc_clnt *clnt) in rpc_clnt_show_stats()
|
/net/l2tp/ |
D | l2tp_debugfs.c | 67 static void *l2tp_dfs_seq_start(struct seq_file *m, loff_t *offs) in l2tp_dfs_seq_start() 94 static void *l2tp_dfs_seq_next(struct seq_file *m, void *v, loff_t *pos) in l2tp_dfs_seq_next() 100 static void l2tp_dfs_seq_stop(struct seq_file *p, void *v) in l2tp_dfs_seq_stop() 120 static void l2tp_dfs_seq_tunnel_show(struct seq_file *m, void *v) in l2tp_dfs_seq_tunnel_show() 179 static void l2tp_dfs_seq_session_show(struct seq_file *m, void *v) in l2tp_dfs_seq_session_show() 233 static int l2tp_dfs_seq_show(struct seq_file *m, void *v) in l2tp_dfs_seq_show() 272 struct seq_file *seq; in l2tp_dfs_seq_open() 308 struct seq_file *seq; in l2tp_dfs_seq_release()
|
/net/can/ |
D | proc.c | 183 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist() 198 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner() 210 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show() 272 static int can_reset_stats_proc_show(struct seq_file *m, void *v) in can_reset_stats_proc_show() 293 static inline void can_rcvlist_proc_show_one(struct seq_file *m, int idx, in can_rcvlist_proc_show_one() 305 static int can_rcvlist_proc_show(struct seq_file *m, void *v) in can_rcvlist_proc_show() 336 static inline void can_rcvlist_proc_show_array(struct seq_file *m, in can_rcvlist_proc_show_array() 361 static int can_rcvlist_sff_proc_show(struct seq_file *m, void *v) in can_rcvlist_sff_proc_show() 394 static int can_rcvlist_eff_proc_show(struct seq_file *m, void *v) in can_rcvlist_eff_proc_show()
|
/net/llc/ |
D | llc_proc.c | 29 static void llc_ui_format_mac(struct seq_file *seq, u8 *addr) in llc_ui_format_mac() 59 static void *llc_seq_start(struct seq_file *seq, loff_t *pos) __acquires(RCU) in llc_seq_start() 80 static void *llc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in llc_seq_next() 114 static void llc_seq_stop(struct seq_file *seq, void *v) in llc_seq_stop() 126 static int llc_seq_socket_show(struct seq_file *seq, void *v) in llc_seq_socket_show() 175 static int llc_seq_core_show(struct seq_file *seq, void *v) in llc_seq_core_show()
|
/net/phonet/ |
D | socket.c | 519 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx() 539 static struct sock *pn_sock_get_next(struct seq_file *seq, struct sock *sk) in pn_sock_get_next() 550 static void *pn_sock_seq_start(struct seq_file *seq, loff_t *pos) in pn_sock_seq_start() 557 static void *pn_sock_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_sock_seq_next() 569 static void pn_sock_seq_stop(struct seq_file *seq, void *v) in pn_sock_seq_stop() 575 static int pn_sock_seq_show(struct seq_file *seq, void *v) in pn_sock_seq_show() 694 static struct sock **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx() 712 static struct sock **pn_res_get_next(struct seq_file *seq, struct sock **sk) in pn_res_get_next() 725 static void *pn_res_seq_start(struct seq_file *seq, loff_t *pos) in pn_res_seq_start() 732 static void *pn_res_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_res_seq_next() [all …]
|
/net/bluetooth/ |
D | hci_debugfs.c | 77 static int __name ## _show(struct seq_file *f, void *ptr) \ 90 static int features_show(struct seq_file *f, void *ptr) in features_show() 107 static int device_id_show(struct seq_file *f, void *ptr) in device_id_show() 121 static int device_list_show(struct seq_file *f, void *ptr) in device_list_show() 141 static int blacklist_show(struct seq_file *f, void *p) in blacklist_show() 156 static int blocked_keys_show(struct seq_file *f, void *p) in blocked_keys_show() 171 static int uuids_show(struct seq_file *f, void *p) in uuids_show() 196 static int remote_oob_show(struct seq_file *f, void *ptr) in remote_oob_show() 355 static int inquiry_cache_show(struct seq_file *f, void *p) in inquiry_cache_show() 381 static int link_keys_show(struct seq_file *f, void *ptr) in link_keys_show() [all …]
|
/net/ax25/ |
D | ax25_uid.c | 146 static void *ax25_uid_seq_start(struct seq_file *seq, loff_t *pos) in ax25_uid_seq_start() 153 static void *ax25_uid_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ax25_uid_seq_next() 158 static void ax25_uid_seq_stop(struct seq_file *seq, void *v) in ax25_uid_seq_stop() 164 static int ax25_uid_seq_show(struct seq_file *seq, void *v) in ax25_uid_seq_show()
|
/net/ipv6/ |
D | proc.c | 34 static int sockstat6_seq_show(struct seq_file *seq, void *v) in sockstat6_seq_show() 145 static void snmp6_seq_show_icmpv6msg(struct seq_file *seq, atomic_long_t *smib) in snmp6_seq_show_icmpv6msg() 181 static void snmp6_seq_show_item(struct seq_file *seq, void __percpu *pcpumib, in snmp6_seq_show_item() 202 static void snmp6_seq_show_item64(struct seq_file *seq, void __percpu *mib, in snmp6_seq_show_item64() 215 static int snmp6_seq_show(struct seq_file *seq, void *v) in snmp6_seq_show() 231 static int snmp6_dev_seq_show(struct seq_file *seq, void *v) in snmp6_dev_seq_show()
|
D | anycast.c | 485 static inline struct ifacaddr6 *ac6_get_first(struct seq_file *seq) in ac6_get_first() 508 static struct ifacaddr6 *ac6_get_next(struct seq_file *seq, struct ifacaddr6 *im) in ac6_get_next() 531 static struct ifacaddr6 *ac6_get_idx(struct seq_file *seq, loff_t pos) in ac6_get_idx() 540 static void *ac6_seq_start(struct seq_file *seq, loff_t *pos) in ac6_seq_start() 547 static void *ac6_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ac6_seq_next() 555 static void ac6_seq_stop(struct seq_file *seq, void *v) in ac6_seq_stop() 567 static int ac6_seq_show(struct seq_file *seq, void *v) in ac6_seq_show()
|
/net/ipv4/ |
D | proc.c | 51 static int sockstat_seq_show(struct seq_file *seq, void *v) in sockstat_seq_show() 303 static void icmpmsg_put_line(struct seq_file *seq, unsigned long *vals, in icmpmsg_put_line() 320 static void icmpmsg_put(struct seq_file *seq) in icmpmsg_put() 346 static void icmp_put(struct seq_file *seq) in icmp_put() 376 static int snmp_seq_show_ipstats(struct seq_file *seq, void *v) in snmp_seq_show_ipstats() 402 static int snmp_seq_show_tcp_udp(struct seq_file *seq, void *v) in snmp_seq_show_tcp_udp() 452 static int snmp_seq_show(struct seq_file *seq, void *v) in snmp_seq_show() 467 static int netstat_seq_show(struct seq_file *seq, void *v) in netstat_seq_show()
|
/net/rose/ |
D | rose_route.c | 1092 static void *rose_node_start(struct seq_file *seq, loff_t *pos) in rose_node_start() 1108 static void *rose_node_next(struct seq_file *seq, void *v, loff_t *pos) in rose_node_next() 1116 static void rose_node_stop(struct seq_file *seq, void *v) in rose_node_stop() 1122 static int rose_node_show(struct seq_file *seq, void *v) in rose_node_show() 1158 static void *rose_neigh_start(struct seq_file *seq, loff_t *pos) in rose_neigh_start() 1174 static void *rose_neigh_next(struct seq_file *seq, void *v, loff_t *pos) in rose_neigh_next() 1182 static void rose_neigh_stop(struct seq_file *seq, void *v) in rose_neigh_stop() 1188 static int rose_neigh_show(struct seq_file *seq, void *v) in rose_neigh_show() 1229 static void *rose_route_start(struct seq_file *seq, loff_t *pos) in rose_route_start() 1245 static void *rose_route_next(struct seq_file *seq, void *v, loff_t *pos) in rose_route_next() [all …]
|