Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 25 of 176) sorted by relevance

12345678

/net/x25/
Dx25_proc.c30 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/
Datalk_proc.c30 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/
Dnet-procfs.c15 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/
Dipx_proc.c17 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/sctp/
Dproc.c81 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) in sctp_snmp_seq_show()
128 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) in sctp_seq_dump_local_addrs()
158 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) in sctp_seq_dump_remote_addrs()
181 static void * sctp_eps_seq_start(struct seq_file *seq, loff_t *pos) in sctp_eps_seq_start()
195 static void sctp_eps_seq_stop(struct seq_file *seq, void *v) in sctp_eps_seq_stop()
200 static void * sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_eps_seq_next()
210 static int sctp_eps_seq_show(struct seq_file *seq, void *v) in sctp_eps_seq_show()
286 static void * sctp_assocs_seq_start(struct seq_file *seq, loff_t *pos) in sctp_assocs_seq_start()
304 static void sctp_assocs_seq_stop(struct seq_file *seq, void *v) in sctp_assocs_seq_stop()
309 static void * sctp_assocs_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_assocs_seq_next()
[all …]
Dcommand.c46 int sctp_init_cmd_seq(sctp_cmd_seq_t *seq) in sctp_init_cmd_seq()
55 void sctp_add_cmd_sf(sctp_cmd_seq_t *seq, sctp_verb_t verb, sctp_arg_t obj) in sctp_add_cmd_sf()
66 sctp_cmd_t *sctp_next_cmd(sctp_cmd_seq_t *seq) in sctp_next_cmd()
Dobjcnt.c86 static int sctp_objcnt_seq_show(struct seq_file *seq, void *v) in sctp_objcnt_seq_show()
97 static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos) in sctp_objcnt_seq_start()
102 static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v) in sctp_objcnt_seq_stop()
106 static void * sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next()
/net/rxrpc/
Dar-proc.c31 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_call_seq_start()
37 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) in rxrpc_call_seq_next()
42 static void rxrpc_call_seq_stop(struct seq_file *seq, void *v) in rxrpc_call_seq_stop()
47 static int rxrpc_call_seq_show(struct seq_file *seq, void *v) in rxrpc_call_seq_show()
112 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_connection_seq_start()
118 static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v, in rxrpc_connection_seq_next()
124 static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v) in rxrpc_connection_seq_stop()
129 static int rxrpc_connection_seq_show(struct seq_file *seq, void *v) in rxrpc_connection_seq_show()
/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c32 static struct hlist_nulls_node *ct_get_first(struct seq_file *seq) in ct_get_first()
49 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, in ct_get_next()
67 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx()
77 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start()
218 static struct hlist_node *ct_expect_get_first(struct seq_file *seq) in ct_expect_get_first()
233 static struct hlist_node *ct_expect_get_next(struct seq_file *seq, in ct_expect_get_next()
249 static struct hlist_node *ct_expect_get_idx(struct seq_file *seq, loff_t pos) in ct_expect_get_idx()
259 static void *exp_seq_start(struct seq_file *seq, loff_t *pos) in exp_seq_start()
266 static void *exp_seq_next(struct seq_file *seq, void *v, loff_t *pos) in exp_seq_next()
272 static void exp_seq_stop(struct seq_file *seq, void *v) in exp_seq_stop()
[all …]
/net/wireless/
Dwext-proc.c29 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/atm/
Dproc.c44 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/dcb/
Ddcbnl.c198 static struct sk_buff *dcbnl_newmsg(int type, u8 cmd, u32 port, u32 seq, in dcbnl_newmsg()
224 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getstate()
235 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfccfg()
280 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getperm_hwaddr()
294 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getcap()
338 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getnumtcs()
384 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setnumtcs()
417 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfcstate()
427 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setpfcstate()
445 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getapp()
[all …]
/net/llc/
Dllc_proc.c29 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/ipv6/
Dproc.c33 static int sockstat6_seq_show(struct seq_file *seq, void *v) in sockstat6_seq_show()
149 static void snmp6_seq_show_icmpv6msg(struct seq_file *seq, atomic_long_t *smib) in snmp6_seq_show_icmpv6msg()
185 static void snmp6_seq_show_item(struct seq_file *seq, void __percpu **pcpumib, in snmp6_seq_show_item()
200 static void snmp6_seq_show_item64(struct seq_file *seq, void __percpu **mib, in snmp6_seq_show_item64()
210 static int snmp6_seq_show(struct seq_file *seq, void *v) in snmp6_seq_show()
239 static int snmp6_dev_seq_show(struct seq_file *seq, void *v) in snmp6_dev_seq_show()
Danycast.c415 #define ac6_seq_private(seq) ((struct ac6_iter_state *)(seq)->private) argument
417 static inline struct ifacaddr6 *ac6_get_first(struct seq_file *seq) in ac6_get_first()
440 static struct ifacaddr6 *ac6_get_next(struct seq_file *seq, struct ifacaddr6 *im) in ac6_get_next()
463 static struct ifacaddr6 *ac6_get_idx(struct seq_file *seq, loff_t pos) in ac6_get_idx()
472 static void *ac6_seq_start(struct seq_file *seq, loff_t *pos) in ac6_seq_start()
479 static void *ac6_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ac6_seq_next()
487 static void ac6_seq_stop(struct seq_file *seq, void *v) in ac6_seq_stop()
499 static int ac6_seq_show(struct seq_file *seq, void *v) in ac6_seq_show()
Dip6_flowlabel.c667 #define ip6fl_seq_private(seq) ((struct ip6fl_iter_state *)(seq)->private) argument
669 static struct ip6_flowlabel *ip6fl_get_first(struct seq_file *seq) in ip6fl_get_first()
686 static struct ip6_flowlabel *ip6fl_get_next(struct seq_file *seq, struct ip6_flowlabel *fl) in ip6fl_get_next()
710 static struct ip6_flowlabel *ip6fl_get_idx(struct seq_file *seq, loff_t pos) in ip6fl_get_idx()
719 static void *ip6fl_seq_start(struct seq_file *seq, loff_t *pos) in ip6fl_seq_start()
726 static void *ip6fl_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ip6fl_seq_next()
738 static void ip6fl_seq_stop(struct seq_file *seq, void *v) in ip6fl_seq_stop()
744 static int ip6fl_seq_show(struct seq_file *seq, void *v) in ip6fl_seq_show()
779 struct seq_file *seq; in ip6fl_seq_open() local
798 struct seq_file *seq = file->private_data; in ip6fl_seq_release() local
/net/ipv4/
Dproc.c52 static int sockstat_seq_show(struct seq_file *seq, void *v) in sockstat_seq_show()
279 static void icmpmsg_put_line(struct seq_file *seq, unsigned long *vals, in icmpmsg_put_line()
296 static void icmpmsg_put(struct seq_file *seq) in icmpmsg_put()
322 static void icmp_put(struct seq_file *seq) in icmp_put()
352 static int snmp_seq_show(struct seq_file *seq, void *v) in snmp_seq_show()
436 static int netstat_seq_show(struct seq_file *seq, void *v) in netstat_seq_show()
/net/ax25/
Dax25_uid.c150 static void *ax25_uid_seq_start(struct seq_file *seq, loff_t *pos) in ax25_uid_seq_start()
157 static void *ax25_uid_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ax25_uid_seq_next()
162 static void ax25_uid_seq_stop(struct seq_file *seq, void *v) in ax25_uid_seq_stop()
168 static int ax25_uid_seq_show(struct seq_file *seq, void *v) in ax25_uid_seq_show()
/net/rose/
Drose_route.c1086 static void *rose_node_start(struct seq_file *seq, loff_t *pos) in rose_node_start()
1102 static void *rose_node_next(struct seq_file *seq, void *v, loff_t *pos) in rose_node_next()
1110 static void rose_node_stop(struct seq_file *seq, void *v) in rose_node_stop()
1116 static int rose_node_show(struct seq_file *seq, void *v) in rose_node_show()
1165 static void *rose_neigh_start(struct seq_file *seq, loff_t *pos) in rose_neigh_start()
1181 static void *rose_neigh_next(struct seq_file *seq, void *v, loff_t *pos) in rose_neigh_next()
1189 static void rose_neigh_stop(struct seq_file *seq, void *v) in rose_neigh_stop()
1195 static int rose_neigh_show(struct seq_file *seq, void *v) in rose_neigh_show()
1250 static void *rose_route_start(struct seq_file *seq, loff_t *pos) in rose_route_start()
1266 static void *rose_route_next(struct seq_file *seq, void *v, loff_t *pos) in rose_route_next()
[all …]
/net/8021q/
Dvlanproc.c200 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos) in vlan_seq_start()
222 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vlan_seq_next()
243 static void vlan_seq_stop(struct seq_file *seq, void *v) in vlan_seq_stop()
249 static int vlan_seq_show(struct seq_file *seq, void *v) in vlan_seq_show()
274 static int vlandev_seq_show(struct seq_file *seq, void *offset) in vlandev_seq_show()
/net/phonet/
Dsocket.c540 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx()
560 static struct sock *pn_sock_get_next(struct seq_file *seq, struct sock *sk) in pn_sock_get_next()
571 static void *pn_sock_seq_start(struct seq_file *seq, loff_t *pos) in pn_sock_seq_start()
578 static void *pn_sock_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_sock_seq_next()
590 static void pn_sock_seq_stop(struct seq_file *seq, void *v) in pn_sock_seq_stop()
596 static int pn_sock_seq_show(struct seq_file *seq, void *v) in pn_sock_seq_show()
730 static struct sock **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx()
748 static struct sock **pn_res_get_next(struct seq_file *seq, struct sock **sk) in pn_res_get_next()
761 static void *pn_res_seq_start(struct seq_file *seq, loff_t *pos) in pn_res_seq_start()
768 static void *pn_res_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_res_seq_next()
[all …]
/net/xfrm/
Dxfrm_replay.c26 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local
120 u32 seq = ntohl(net_seq); in xfrm_replay_check() local
152 u32 seq = ntohl(net_seq); in xfrm_replay_advance() local
201 u32 seq = ntohl(net_seq); in xfrm_replay_check_bmp() local
244 u32 seq = ntohl(net_seq); in xfrm_replay_advance_bmp() local
437 u32 seq = ntohl(net_seq); in xfrm_replay_check_esn() local
505 u32 diff, pos, seq, seq_hi; in xfrm_replay_advance_esn() local
/net/netfilter/
Dnf_conntrack_standalone.c54 static struct hlist_nulls_node *ct_get_first(struct seq_file *seq) in ct_get_first()
70 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, in ct_get_next()
89 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx()
99 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start()
273 static void *ct_cpu_seq_start(struct seq_file *seq, loff_t *pos) in ct_cpu_seq_start()
291 static void *ct_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ct_cpu_seq_next()
306 static void ct_cpu_seq_stop(struct seq_file *seq, void *v) in ct_cpu_seq_stop()
310 static int ct_cpu_seq_show(struct seq_file *seq, void *v) in ct_cpu_seq_show()
/net/netfilter/ipvs/
Dip_vs_app.c295 __u32 seq = ntohl(th->seq); in vs_fix_seq() local
352 unsigned int flag, __u32 seq, int diff) in vs_seq_update()
371 __u32 seq; in app_tcp_pkt_out() local
446 __u32 seq; in app_tcp_pkt_in() local
534 static void *ip_vs_app_seq_start(struct seq_file *seq, loff_t *pos) in ip_vs_app_seq_start()
544 static void *ip_vs_app_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ip_vs_app_seq_next()
571 static void ip_vs_app_seq_stop(struct seq_file *seq, void *v) in ip_vs_app_seq_stop()
576 static int ip_vs_app_seq_show(struct seq_file *seq, void *v) in ip_vs_app_seq_show()
/net/irda/
Ddiscovery.c338 static void *discovery_seq_start(struct seq_file *seq, loff_t *pos) in discovery_seq_start()
344 static void *discovery_seq_next(struct seq_file *seq, void *v, loff_t *pos) in discovery_seq_next()
352 static void discovery_seq_stop(struct seq_file *seq, void *v) in discovery_seq_stop()
357 static int discovery_seq_show(struct seq_file *seq, void *v) in discovery_seq_show()

12345678