/net/x25/ |
D | x25_proc.c | 30 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start() 37 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next() 42 static void x25_seq_route_stop(struct seq_file *seq, void *v) in x25_seq_route_stop() 48 static int x25_seq_route_show(struct seq_file *seq, void *v) in x25_seq_route_show() 65 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start() 72 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next() 77 static void x25_seq_socket_stop(struct seq_file *seq, void *v) in x25_seq_socket_stop() 83 static int x25_seq_socket_show(struct seq_file *seq, void *v) in x25_seq_socket_show() 118 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start() 125 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next() [all …]
|
/net/appletalk/ |
D | atalk_proc.c | 30 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start() 39 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next() 56 static void atalk_seq_interface_stop(struct seq_file *seq, void *v) in atalk_seq_interface_stop() 62 static int atalk_seq_interface_show(struct seq_file *seq, void *v) in atalk_seq_interface_show() 91 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start() 100 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next() 117 static void atalk_seq_route_stop(struct seq_file *seq, void *v) in atalk_seq_route_stop() 123 static int atalk_seq_route_show(struct seq_file *seq, void *v) in atalk_seq_route_show() 148 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start() 155 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next() [all …]
|
/net/core/ |
D | net-procfs.c | 15 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket() 31 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket() 52 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start() 65 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next() 71 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop() 77 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) in dev_seq_printf_stats() 105 static int dev_seq_show(struct seq_file *seq, void *v) in dev_seq_show() 131 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start() 136 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next() 142 static void softnet_seq_stop(struct seq_file *seq, void *v) in softnet_seq_stop() [all …]
|
/net/ipx/ |
D | ipx_proc.c | 17 static void *ipx_seq_interface_start(struct seq_file *seq, loff_t *pos) in ipx_seq_interface_start() 23 static void *ipx_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_interface_next() 28 static void ipx_seq_interface_stop(struct seq_file *seq, void *v) in ipx_seq_interface_stop() 33 static int ipx_seq_interface_show(struct seq_file *seq, void *v) in ipx_seq_interface_show() 63 static void *ipx_seq_route_start(struct seq_file *seq, loff_t *pos) in ipx_seq_route_start() 69 static void *ipx_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_route_next() 74 static void ipx_seq_route_stop(struct seq_file *seq, void *v) in ipx_seq_route_stop() 79 static int ipx_seq_route_show(struct seq_file *seq, void *v) in ipx_seq_route_show() 127 static void *ipx_seq_socket_start(struct seq_file *seq, loff_t *pos) in ipx_seq_socket_start() 135 static void *ipx_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_socket_next() [all …]
|
/net/rxrpc/ |
D | proc.c | 31 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_call_seq_start() 38 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() 125 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_connection_seq_start() 131 static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v, in rxrpc_connection_seq_next() 137 static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v) in rxrpc_connection_seq_stop() 142 static int rxrpc_connection_seq_show(struct seq_file *seq, void *v) in rxrpc_connection_seq_show()
|
/net/kcm/ |
D | kcmproc.c | 23 static struct kcm_mux *kcm_get_first(struct seq_file *seq) in kcm_get_first() 40 static struct kcm_mux *kcm_get_idx(struct seq_file *seq, loff_t pos) in kcm_get_idx() 54 static void *kcm_seq_next(struct seq_file *seq, void *v, loff_t *pos) in kcm_seq_next() 66 static void *kcm_seq_start(struct seq_file *seq, loff_t *pos) in kcm_seq_start() 77 static void kcm_seq_stop(struct seq_file *seq, void *v) in kcm_seq_stop() 96 static void kcm_format_mux_header(struct seq_file *seq) in kcm_format_mux_header() 122 static void kcm_format_sock(struct kcm_sock *kcm, struct seq_file *seq, in kcm_format_sock() 152 static void kcm_format_psock(struct kcm_psock *psock, struct seq_file *seq, in kcm_format_psock() 199 kcm_format_mux(struct kcm_mux *mux, loff_t idx, struct seq_file *seq) in kcm_format_mux() 233 static int kcm_seq_show(struct seq_file *seq, void *v) in kcm_seq_show() [all …]
|
/net/sctp/ |
D | proc.c | 74 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) in sctp_snmp_seq_show() 125 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) in sctp_seq_dump_local_addrs() 161 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) in sctp_seq_dump_remote_addrs() 180 static void *sctp_eps_seq_start(struct seq_file *seq, loff_t *pos) in sctp_eps_seq_start() 194 static void sctp_eps_seq_stop(struct seq_file *seq, void *v) in sctp_eps_seq_stop() 199 static void *sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_eps_seq_next() 209 static int sctp_eps_seq_show(struct seq_file *seq, void *v) in sctp_eps_seq_show() 290 static void *sctp_transport_seq_start(struct seq_file *seq, loff_t *pos) in sctp_transport_seq_start() 304 static void sctp_transport_seq_stop(struct seq_file *seq, void *v) in sctp_transport_seq_stop() 313 static void *sctp_transport_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_transport_seq_next() [all …]
|
D | objcnt.c | 79 static int sctp_objcnt_seq_show(struct seq_file *seq, void *v) in sctp_objcnt_seq_show() 91 static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos) in sctp_objcnt_seq_start() 96 static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v) in sctp_objcnt_seq_stop() 100 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next()
|
/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/dcb/ |
D | dcbnl.c | 196 static struct sk_buff *dcbnl_newmsg(int type, u8 cmd, u32 port, u32 seq, in dcbnl_newmsg() 222 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getstate() 233 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfccfg() 278 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getperm_hwaddr() 292 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getcap() 336 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getnumtcs() 382 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setnumtcs() 415 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfcstate() 425 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setpfcstate() 443 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getapp() [all …]
|
/net/ipv4/ |
D | proc.c | 54 static int sockstat_seq_show(struct seq_file *seq, void *v) in sockstat_seq_show() 311 static void icmpmsg_put_line(struct seq_file *seq, unsigned long *vals, in icmpmsg_put_line() 328 static void icmpmsg_put(struct seq_file *seq) in icmpmsg_put() 354 static void icmp_put(struct seq_file *seq) in icmp_put() 384 static int snmp_seq_show_ipstats(struct seq_file *seq, void *v) in snmp_seq_show_ipstats() 410 static int snmp_seq_show_tcp_udp(struct seq_file *seq, void *v) in snmp_seq_show_tcp_udp() 460 static int snmp_seq_show(struct seq_file *seq, void *v) in snmp_seq_show() 490 static int netstat_seq_show(struct seq_file *seq, void *v) in netstat_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() 128 static void *vcc_seq_start(struct seq_file *seq, loff_t *pos) in vcc_seq_start() 139 static void vcc_seq_stop(struct seq_file *seq, void *v) in vcc_seq_stop() 145 static void *vcc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vcc_seq_next() 154 static void pvc_info(struct seq_file *seq, struct atm_vcc *vcc) in pvc_info() 190 static void vcc_info(struct seq_file *seq, struct atm_vcc *vcc) in vcc_info() 217 static void svc_info(struct seq_file *seq, struct atm_vcc *vcc) in svc_info() 237 static int atm_dev_seq_show(struct seq_file *seq, void *v) in atm_dev_seq_show() 272 static int pvc_seq_show(struct seq_file *seq, void *v) in pvc_seq_show() [all …]
|
/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) 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/ax25/ |
D | ax25_uid.c | 149 static void *ax25_uid_seq_start(struct seq_file *seq, loff_t *pos) in ax25_uid_seq_start() 156 static void *ax25_uid_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ax25_uid_seq_next() 161 static void ax25_uid_seq_stop(struct seq_file *seq, void *v) in ax25_uid_seq_stop() 167 static int ax25_uid_seq_show(struct seq_file *seq, void *v) in ax25_uid_seq_show()
|
/net/ipv6/ |
D | proc.c | 38 static int sockstat6_seq_show(struct seq_file *seq, void *v) in sockstat6_seq_show() 159 static void snmp6_seq_show_icmpv6msg(struct seq_file *seq, atomic_long_t *smib) in snmp6_seq_show_icmpv6msg() 195 static void snmp6_seq_show_item(struct seq_file *seq, void __percpu *pcpumib, in snmp6_seq_show_item() 216 static void snmp6_seq_show_item64(struct seq_file *seq, void __percpu *mib, in snmp6_seq_show_item64() 229 static int snmp6_seq_show(struct seq_file *seq, void *v) in snmp6_seq_show() 258 static int snmp6_dev_seq_show(struct seq_file *seq, void *v) in snmp6_dev_seq_show()
|
D | anycast.c | 427 #define ac6_seq_private(seq) ((struct ac6_iter_state *)(seq)->private) argument 429 static inline struct ifacaddr6 *ac6_get_first(struct seq_file *seq) in ac6_get_first() 452 static struct ifacaddr6 *ac6_get_next(struct seq_file *seq, struct ifacaddr6 *im) in ac6_get_next() 475 static struct ifacaddr6 *ac6_get_idx(struct seq_file *seq, loff_t pos) in ac6_get_idx() 484 static void *ac6_seq_start(struct seq_file *seq, loff_t *pos) in ac6_seq_start() 491 static void *ac6_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ac6_seq_next() 499 static void ac6_seq_stop(struct seq_file *seq, void *v) in ac6_seq_stop() 511 static int ac6_seq_show(struct seq_file *seq, void *v) in ac6_seq_show()
|
D | ip6_flowlabel.c | 702 #define ip6fl_seq_private(seq) ((struct ip6fl_iter_state *)(seq)->private) argument 704 static struct ip6_flowlabel *ip6fl_get_first(struct seq_file *seq) in ip6fl_get_first() 721 static struct ip6_flowlabel *ip6fl_get_next(struct seq_file *seq, struct ip6_flowlabel *fl) in ip6fl_get_next() 745 static struct ip6_flowlabel *ip6fl_get_idx(struct seq_file *seq, loff_t pos) in ip6fl_get_idx() 754 static void *ip6fl_seq_start(struct seq_file *seq, loff_t *pos) in ip6fl_seq_start() 761 static void *ip6fl_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ip6fl_seq_next() 773 static void ip6fl_seq_stop(struct seq_file *seq, void *v) in ip6fl_seq_stop() 779 static int ip6fl_seq_show(struct seq_file *seq, void *v) in ip6fl_seq_show() 813 struct seq_file *seq; in ip6fl_seq_open() local 832 struct seq_file *seq = file->private_data; in ip6fl_seq_release() local
|
/net/rose/ |
D | rose_route.c | 1085 static void *rose_node_start(struct seq_file *seq, loff_t *pos) in rose_node_start() 1101 static void *rose_node_next(struct seq_file *seq, void *v, loff_t *pos) in rose_node_next() 1109 static void rose_node_stop(struct seq_file *seq, void *v) in rose_node_stop() 1115 static int rose_node_show(struct seq_file *seq, void *v) in rose_node_show() 1164 static void *rose_neigh_start(struct seq_file *seq, loff_t *pos) in rose_neigh_start() 1180 static void *rose_neigh_next(struct seq_file *seq, void *v, loff_t *pos) in rose_neigh_next() 1188 static void rose_neigh_stop(struct seq_file *seq, void *v) in rose_neigh_stop() 1194 static int rose_neigh_show(struct seq_file *seq, void *v) in rose_neigh_show() 1249 static void *rose_route_start(struct seq_file *seq, loff_t *pos) in rose_route_start() 1265 static void *rose_route_next(struct seq_file *seq, void *v, loff_t *pos) in rose_route_next() [all …]
|
/net/phonet/ |
D | socket.c | 542 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx() 562 static struct sock *pn_sock_get_next(struct seq_file *seq, struct sock *sk) in pn_sock_get_next() 573 static void *pn_sock_seq_start(struct seq_file *seq, loff_t *pos) in pn_sock_seq_start() 580 static void *pn_sock_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_sock_seq_next() 592 static void pn_sock_seq_stop(struct seq_file *seq, void *v) in pn_sock_seq_stop() 598 static int pn_sock_seq_show(struct seq_file *seq, void *v) in pn_sock_seq_show() 731 static struct sock **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx() 749 static struct sock **pn_res_get_next(struct seq_file *seq, struct sock **sk) in pn_res_get_next() 762 static void *pn_res_seq_start(struct seq_file *seq, loff_t *pos) in pn_res_seq_start() 769 static void *pn_res_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_res_seq_next() [all …]
|
/net/8021q/ |
D | vlanproc.c | 201 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos) in vlan_seq_start() 223 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vlan_seq_next() 244 static void vlan_seq_stop(struct seq_file *seq, void *v) in vlan_seq_stop() 250 static int vlan_seq_show(struct seq_file *seq, void *v) in vlan_seq_show() 275 static int vlandev_seq_show(struct seq_file *seq, void *offset) in vlandev_seq_show()
|
/net/netfilter/ipvs/ |
D | ip_vs_app.c | 287 __u32 seq = ntohl(th->seq); in vs_fix_seq() local 344 unsigned int flag, __u32 seq, int diff) in vs_seq_update() 363 __u32 seq; in app_tcp_pkt_out() local 438 __u32 seq; in app_tcp_pkt_in() local 526 static void *ip_vs_app_seq_start(struct seq_file *seq, loff_t *pos) in ip_vs_app_seq_start() 536 static void *ip_vs_app_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ip_vs_app_seq_next() 563 static void ip_vs_app_seq_stop(struct seq_file *seq, void *v) in ip_vs_app_seq_stop() 568 static int ip_vs_app_seq_show(struct seq_file *seq, void *v) in ip_vs_app_seq_show()
|
/net/xfrm/ |
D | xfrm_replay.c | 26 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local 121 u32 seq = ntohl(net_seq); in xfrm_replay_check() local 152 u32 seq = ntohl(net_seq); in xfrm_replay_advance() local 202 u32 seq = ntohl(net_seq); in xfrm_replay_check_bmp() local 245 u32 seq = ntohl(net_seq); in xfrm_replay_advance_bmp() local 441 u32 seq = ntohl(net_seq); in xfrm_replay_check_esn() local 509 u32 diff, pos, seq, seq_hi; in xfrm_replay_advance_esn() local
|
/net/batman-adv/ |
D | bat_v.c | 144 struct seq_file *seq) in batadv_v_orig_print_neigh() 169 batadv_v_hardif_neigh_print(struct seq_file *seq, in batadv_v_hardif_neigh_print() 190 struct seq_file *seq) in batadv_v_neigh_print() 228 batadv_v_neigh_dump_neigh(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_neigh_dump_neigh() 276 batadv_v_neigh_dump_hardif(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_neigh_dump_hardif() 358 struct seq_file *seq, in batadv_v_orig_print() 434 batadv_v_orig_dump_subentry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_subentry() 501 batadv_v_orig_dump_entry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_entry() 554 batadv_v_orig_dump_bucket(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_bucket() 837 struct seq_file *seq, in batadv_v_gw_write_buffer_text() [all …]
|
/net/irda/ |
D | discovery.c | 332 static void *discovery_seq_start(struct seq_file *seq, loff_t *pos) in discovery_seq_start() 338 static void *discovery_seq_next(struct seq_file *seq, void *v, loff_t *pos) in discovery_seq_next() 346 static void discovery_seq_stop(struct seq_file *seq, void *v) in discovery_seq_stop() 351 static int discovery_seq_show(struct seq_file *seq, void *v) in discovery_seq_show()
|
/net/netfilter/ |
D | nf_conntrack_standalone.c | 57 static struct hlist_nulls_node *ct_get_first(struct seq_file *seq) in ct_get_first() 73 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, in ct_get_next() 90 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx() 100 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start() 309 static void *ct_cpu_seq_start(struct seq_file *seq, loff_t *pos) in ct_cpu_seq_start() 327 static void *ct_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ct_cpu_seq_next() 342 static void ct_cpu_seq_stop(struct seq_file *seq, void *v) in ct_cpu_seq_stop() 346 static int ct_cpu_seq_show(struct seq_file *seq, void *v) in ct_cpu_seq_show()
|