Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 25 of 225) sorted by relevance

123456789

/net/xfrm/
Dxfrm_replay.c26 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local
32 seq = ntohl(net_seq); in xfrm_replay_seqhi()
34 bottom = replay_esn->seq - replay_esn->replay_window + 1; in xfrm_replay_seqhi()
36 if (likely(replay_esn->seq >= replay_esn->replay_window - 1)) { in xfrm_replay_seqhi()
38 if (unlikely(seq < bottom)) in xfrm_replay_seqhi()
42 if (unlikely(seq >= bottom)) in xfrm_replay_seqhi()
65 (x->replay.seq - x->preplay.seq < x->replay_maxdiff) && in xfrm_replay_notify()
101 XFRM_SKB_CB(skb)->seq.output.low = ++x->replay.oseq; in xfrm_replay_overflow()
120 u32 seq = ntohl(net_seq); in xfrm_replay_check() local
125 if (unlikely(seq == 0)) in xfrm_replay_check()
[all …]
Dxfrm_input.c51 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq) in xfrm_parse_spi() argument
71 *seq = 0; in xfrm_parse_spi()
81 *seq = *(__be32*)(skb_transport_header(skb) + offset_seq); in xfrm_parse_spi()
109 __be32 seq; in xfrm_input() local
122 seq = XFRM_SKB_CB(skb)->seq.input.low; in xfrm_input()
144 seq = 0; in xfrm_input()
145 if (!spi && (err = xfrm_parse_spi(skb, nexthdr, &spi, &seq)) != 0) { in xfrm_input()
159 xfrm_audit_state_notfound(skb, family, spi, seq); in xfrm_input()
176 if (x->repl->check(x, skb, seq)) { in xfrm_input()
188 seq_hi = htonl(xfrm_replay_seqhi(x, seq)); in xfrm_input()
[all …]
/net/ipv4/
Dproc.c52 static int sockstat_seq_show(struct seq_file *seq, void *v) in sockstat_seq_show() argument
54 struct net *net = seq->private; in sockstat_seq_show()
62 socket_seq_show(seq); in sockstat_seq_show()
63 seq_printf(seq, "TCP: inuse %d orphan %d tw %d alloc %d mem %ld\n", in sockstat_seq_show()
67 seq_printf(seq, "UDP: inuse %d mem %ld\n", in sockstat_seq_show()
70 seq_printf(seq, "UDPLITE: inuse %d\n", in sockstat_seq_show()
72 seq_printf(seq, "RAW: inuse %d\n", in sockstat_seq_show()
74 seq_printf(seq, "FRAG: inuse %d memory %d\n", in sockstat_seq_show()
279 static void icmpmsg_put_line(struct seq_file *seq, unsigned long *vals, in icmpmsg_put_line() argument
285 seq_printf(seq, "\nIcmpMsg:"); in icmpmsg_put_line()
[all …]
/net/sctp/
Dproc.c81 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) in sctp_snmp_seq_show() argument
83 struct net *net = seq->private; in sctp_snmp_seq_show()
87 seq_printf(seq, "%-32s\t%ld\n", sctp_snmp_list[i].name, 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() argument
150 seq_printf(seq, "*"); in sctp_seq_dump_local_addrs()
152 af->seq_dump_addr(seq, addr); 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() argument
174 seq_printf(seq, "*"); in sctp_seq_dump_remote_addrs()
176 af->seq_dump_addr(seq, addr); 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() argument
[all …]
Dcommand.c46 int sctp_init_cmd_seq(sctp_cmd_seq_t *seq) in sctp_init_cmd_seq() argument
48 memset(seq, 0, sizeof(sctp_cmd_seq_t)); 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() argument
57 BUG_ON(seq->next_free_slot >= SCTP_MAX_NUM_COMMANDS); in sctp_add_cmd_sf()
59 seq->cmds[seq->next_free_slot].verb = verb; in sctp_add_cmd_sf()
60 seq->cmds[seq->next_free_slot++].obj = obj; in sctp_add_cmd_sf()
66 sctp_cmd_t *sctp_next_cmd(sctp_cmd_seq_t *seq) in sctp_next_cmd() argument
70 if (seq->next_cmd < seq->next_free_slot) in sctp_next_cmd()
71 retval = &seq->cmds[seq->next_cmd++]; in sctp_next_cmd()
/net/atm/
Dproc.c44 static void add_stats(struct seq_file *seq, const char *aal, in add_stats() argument
47 seq_printf(seq, "%s ( %d %d %d %d %d )", aal, in add_stats()
53 static void atm_dev_info(struct seq_file *seq, const struct atm_dev *dev) in atm_dev_info() argument
57 seq_printf(seq, "%3d %-8s", dev->number, dev->type); in atm_dev_info()
59 seq_printf(seq, "%02x", dev->esi[i]); in atm_dev_info()
60 seq_puts(seq, " "); in atm_dev_info()
61 add_stats(seq, "0", &dev->stats.aal0); in atm_dev_info()
62 seq_puts(seq, " "); in atm_dev_info()
63 add_stats(seq, "5", &dev->stats.aal5); in atm_dev_info()
64 seq_printf(seq, "\t[%d]", atomic_read(&dev->refcnt)); in atm_dev_info()
[all …]
/net/8021q/
Dvlanproc.c39 static int vlan_seq_show(struct seq_file *seq, void *v);
40 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos);
41 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos);
42 static void vlan_seq_stop(struct seq_file *seq, void *);
43 static int vlandev_seq_show(struct seq_file *seq, void *v);
200 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos) in vlan_seq_start() argument
204 struct net *net = seq_file_net(seq); in vlan_seq_start()
222 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vlan_seq_next() argument
225 struct net *net = seq_file_net(seq); in vlan_seq_next()
243 static void vlan_seq_stop(struct seq_file *seq, void *v) in vlan_seq_stop() argument
[all …]
/net/ipx/
Dipx_proc.c17 static void *ipx_seq_interface_start(struct seq_file *seq, loff_t *pos) in ipx_seq_interface_start() argument
23 static void *ipx_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_interface_next() argument
28 static void ipx_seq_interface_stop(struct seq_file *seq, void *v) in ipx_seq_interface_stop() argument
33 static int ipx_seq_interface_show(struct seq_file *seq, void *v) in ipx_seq_interface_show() argument
38 seq_puts(seq, "Network Node_Address Primary Device " in ipx_seq_interface_show()
41 seq_puts(seq, " refcnt"); in ipx_seq_interface_show()
43 seq_puts(seq, "\n"); in ipx_seq_interface_show()
48 seq_printf(seq, "%08lX ", (unsigned long int)ntohl(i->if_netnum)); in ipx_seq_interface_show()
49 seq_printf(seq, "%02X%02X%02X%02X%02X%02X ", in ipx_seq_interface_show()
52 seq_printf(seq, "%-9s", i == ipx_primary_net ? "Yes" : "No"); in ipx_seq_interface_show()
[all …]
/net/tipc/
Dname_table.c185 static void nameseq_delete_empty(struct name_seq *seq) in nameseq_delete_empty() argument
187 if (!seq->first_free && list_empty(&seq->subscriptions)) { in nameseq_delete_empty()
188 hlist_del_init(&seq->ns_list); in nameseq_delete_empty()
189 kfree(seq->sseqs); in nameseq_delete_empty()
190 kfree(seq); in nameseq_delete_empty()
490 struct name_seq *seq = nametbl_find_seq(type); in tipc_nametbl_insert_publ() local
499 if (!seq) in tipc_nametbl_insert_publ()
500 seq = tipc_nameseq_create(type, &table.types[hash(type)]); in tipc_nametbl_insert_publ()
501 if (!seq) in tipc_nametbl_insert_publ()
504 return tipc_nameseq_insert_publ(seq, type, lower, upper, in tipc_nametbl_insert_publ()
[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() argument
17 struct net *net = seq_file_net(seq); 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() argument
37 dev = dev_from_same_bucket(seq, pos); in dev_from_bucket()
52 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start() argument
62 return dev_from_bucket(seq, pos); in dev_seq_start()
65 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next() argument
68 return dev_from_bucket(seq, pos); in dev_seq_next()
71 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop() argument
77 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) in dev_seq_printf_stats() argument
[all …]
Dsecure_seq.c21 static u32 seq_scale(u32 seq) in seq_scale() argument
33 return seq + (ktime_to_ns(ktime_get_real()) >> 6); in seq_scale()
141 u64 seq; in secure_dccp_sequence_number() local
150 seq = hash[0] | (((u64)hash[1]) << 32); in secure_dccp_sequence_number()
151 seq += ktime_to_ns(ktime_get_real()); in secure_dccp_sequence_number()
152 seq &= (1ull << 48) - 1; in secure_dccp_sequence_number()
154 return seq; in secure_dccp_sequence_number()
164 u64 seq; in secure_dccpv6_sequence_number() local
177 seq = hash[0] | (((u64)hash[1]) << 32); in secure_dccpv6_sequence_number()
178 seq += ktime_to_ns(ktime_get_real()); in secure_dccpv6_sequence_number()
[all …]
/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() argument
34 struct net *net = seq_file_net(seq); in ct_get_first()
35 struct ct_iter_state *st = seq->private; in ct_get_first()
49 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, in ct_get_next() argument
52 struct net *net = seq_file_net(seq); in ct_get_next()
53 struct ct_iter_state *st = seq->private; in ct_get_next()
67 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx() argument
69 struct hlist_nulls_node *head = ct_get_first(seq); in ct_get_idx()
72 while (pos && (head = ct_get_next(seq, head))) in ct_get_idx()
77 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start() argument
[all …]
/net/sunrpc/
Dstats.c34 static int rpc_proc_show(struct seq_file *seq, void *v) { in rpc_proc_show() argument
35 const struct rpc_stat *statp = seq->private; in rpc_proc_show()
39 seq_printf(seq, in rpc_proc_show()
45 seq_printf(seq, in rpc_proc_show()
55 seq_printf(seq, "proc%u %u", in rpc_proc_show()
58 seq_printf(seq, " %u", in rpc_proc_show()
60 seq_putc(seq, '\n'); in rpc_proc_show()
81 void svc_seq_show(struct seq_file *seq, const struct svc_stat *statp) { in svc_seq_show() argument
87 seq_printf(seq, in svc_seq_show()
93 seq_printf(seq, in svc_seq_show()
[all …]
/net/ipv6/
Dproc.c33 static int sockstat6_seq_show(struct seq_file *seq, void *v) in sockstat6_seq_show() argument
35 struct net *net = seq->private; in sockstat6_seq_show()
37 seq_printf(seq, "TCP6: inuse %d\n", in sockstat6_seq_show()
39 seq_printf(seq, "UDP6: inuse %d\n", in sockstat6_seq_show()
41 seq_printf(seq, "UDPLITE6: inuse %d\n", in sockstat6_seq_show()
43 seq_printf(seq, "RAW6: inuse %d\n", in sockstat6_seq_show()
45 seq_printf(seq, "FRAG6: inuse %d memory %d\n", in sockstat6_seq_show()
149 static void snmp6_seq_show_icmpv6msg(struct seq_file *seq, atomic_long_t *smib) in snmp6_seq_show_icmpv6msg() argument
165 seq_printf(seq, "%-32s\t%lu\n", name, in snmp6_seq_show_icmpv6msg()
178 seq_printf(seq, "%-32s\t%lu\n", name, val); in snmp6_seq_show_icmpv6msg()
[all …]
/net/x25/
Dx25_proc.c30 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start() argument
37 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next() argument
42 static void x25_seq_route_stop(struct seq_file *seq, void *v) in x25_seq_route_stop() argument
48 static int x25_seq_route_show(struct seq_file *seq, void *v) in x25_seq_route_show() argument
53 seq_puts(seq, "Address Digits Device\n"); in x25_seq_route_show()
58 seq_printf(seq, "%-15s %-6d %-5s\n", in x25_seq_route_show()
65 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start() argument
72 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next() argument
77 static void x25_seq_socket_stop(struct seq_file *seq, void *v) in x25_seq_socket_stop() argument
83 static int x25_seq_socket_show(struct seq_file *seq, void *v) in x25_seq_socket_show() argument
[all …]
/net/appletalk/
Datalk_proc.c30 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start() argument
39 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next() argument
56 static void atalk_seq_interface_stop(struct seq_file *seq, void *v) in atalk_seq_interface_stop() argument
62 static int atalk_seq_interface_show(struct seq_file *seq, void *v) in atalk_seq_interface_show() argument
67 seq_puts(seq, "Interface Address Networks " in atalk_seq_interface_show()
73 seq_printf(seq, "%-16s %04X:%02X %04X-%04X %d\n", in atalk_seq_interface_show()
91 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start() argument
100 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next() argument
117 static void atalk_seq_route_stop(struct seq_file *seq, void *v) in atalk_seq_route_stop() argument
123 static int atalk_seq_route_show(struct seq_file *seq, void *v) in atalk_seq_route_show() argument
[all …]
/net/irda/
Ddiscovery.c338 static void *discovery_seq_start(struct seq_file *seq, loff_t *pos) in discovery_seq_start() argument
344 static void *discovery_seq_next(struct seq_file *seq, void *v, loff_t *pos) in discovery_seq_next() argument
352 static void discovery_seq_stop(struct seq_file *seq, void *v) in discovery_seq_stop() argument
357 static int discovery_seq_show(struct seq_file *seq, void *v) in discovery_seq_show() argument
360 seq_puts(seq, "IrLMP: Discovery log:\n\n"); in discovery_seq_show()
364 seq_printf(seq, "nickname: %s, hint: 0x%02x%02x", in discovery_seq_show()
370 seq_puts(seq, "PnP Compatible "); in discovery_seq_show()
372 seq_puts(seq, "PDA/Palmtop "); in discovery_seq_show()
374 seq_puts(seq, "Computer "); in discovery_seq_show()
376 seq_puts(seq, "Printer "); in discovery_seq_show()
[all …]
Dirlap.c1103 static void *irlap_seq_start(struct seq_file *seq, loff_t *pos) in irlap_seq_start() argument
1105 struct irlap_iter_state *iter = seq->private; in irlap_seq_start()
1122 static void *irlap_seq_next(struct seq_file *seq, void *v, loff_t *pos) in irlap_seq_next() argument
1124 struct irlap_iter_state *iter = seq->private; in irlap_seq_next()
1131 static void irlap_seq_stop(struct seq_file *seq, void *v) in irlap_seq_stop() argument
1136 static int irlap_seq_show(struct seq_file *seq, void *v) in irlap_seq_show() argument
1138 const struct irlap_iter_state *iter = seq->private; in irlap_seq_show()
1143 seq_printf(seq, "irlap%d ", iter->id); in irlap_seq_show()
1144 seq_printf(seq, "state: %s\n", in irlap_seq_show()
1147 seq_printf(seq, " device name: %s, ", in irlap_seq_show()
[all …]
/net/llc/
Dllc_proc.c29 static void llc_ui_format_mac(struct seq_file *seq, u8 *addr) in llc_ui_format_mac() argument
31 seq_printf(seq, "%pM", addr); in llc_ui_format_mac()
59 static void *llc_seq_start(struct seq_file *seq, loff_t *pos) in llc_seq_start() argument
80 static void *llc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in llc_seq_next() argument
114 static void llc_seq_stop(struct seq_file *seq, void *v) in llc_seq_stop() argument
126 static int llc_seq_socket_show(struct seq_file *seq, void *v) in llc_seq_socket_show() argument
132 seq_puts(seq, "SKt Mc local_mac_sap remote_mac_sap " in llc_seq_socket_show()
140 seq_printf(seq, "%2X %2X ", sk->sk_type, 0); in llc_seq_socket_show()
143 llc_ui_format_mac(seq, llc->dev->dev_addr); in llc_seq_socket_show()
146 llc_ui_format_mac(seq, addr); in llc_seq_socket_show()
[all …]
/net/netfilter/ipvs/
Dip_vs_app.c295 __u32 seq = ntohl(th->seq); in vs_fix_seq() local
303 if(after(seq, vseq->init_seq)) { in vs_fix_seq()
304 th->seq = htonl(seq + vseq->delta); in vs_fix_seq()
308 th->seq = htonl(seq + vseq->previous_delta); in vs_fix_seq()
352 unsigned int flag, __u32 seq, int diff) in vs_seq_update() argument
356 if (!(cp->flags & flag) || after(seq, vseq->init_seq)) { in vs_seq_update()
359 vseq->init_seq = seq; in vs_seq_update()
371 __u32 seq; in app_tcp_pkt_out() local
381 seq = ntohl(th->seq); in app_tcp_pkt_out()
405 IP_VS_CONN_F_OUT_SEQ, seq, diff); in app_tcp_pkt_out()
[all …]
/net/wireless/
Dwext-proc.c29 static void wireless_seq_printf_stats(struct seq_file *seq, in wireless_seq_printf_stats() argument
49 seq_printf(seq, "%6s: %04x %3d%c %3d%c %3d%c %6d %6d %6d " in wireless_seq_printf_stats()
75 static int wireless_dev_seq_show(struct seq_file *seq, void *v) in wireless_dev_seq_show() argument
80 seq_printf(seq, "Inter-| sta-| Quality | Discarded " in wireless_dev_seq_show()
86 wireless_seq_printf_stats(seq, 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() argument
92 struct net *net = seq_file_net(seq); 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() argument
109 struct net *net = seq_file_net(seq); in wireless_dev_seq_next()
117 static void wireless_dev_seq_stop(struct seq_file *seq, void *v) in wireless_dev_seq_stop() argument
/net/rxrpc/
Dar-proc.c31 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_call_seq_start() argument
37 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) in rxrpc_call_seq_next() argument
42 static void rxrpc_call_seq_stop(struct seq_file *seq, void *v) in rxrpc_call_seq_stop() argument
47 static int rxrpc_call_seq_show(struct seq_file *seq, void *v) in rxrpc_call_seq_show() argument
54 seq_puts(seq, in rxrpc_call_seq_show()
72 seq_printf(seq, in rxrpc_call_seq_show()
112 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_connection_seq_start() argument
118 static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v, in rxrpc_connection_seq_next() argument
124 static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v) in rxrpc_connection_seq_stop() argument
129 static int rxrpc_connection_seq_show(struct seq_file *seq, void *v) in rxrpc_connection_seq_show() argument
[all …]
Dar-input.c144 struct sk_buff *skb, u32 seq) in rxrpc_fast_process_data() argument
150 _enter("{%u,%u},,{%u}", call->rx_data_post, call->rx_first_oos, seq); in rxrpc_fast_process_data()
164 if (seq < call->rx_data_post) { in rxrpc_fast_process_data()
165 _debug("dup #%u [-%u]", seq, call->rx_data_post); in rxrpc_fast_process_data()
172 ackbit = seq - (call->rx_data_eaten + 1); in rxrpc_fast_process_data()
176 seq, call->rx_data_eaten, call->rx_data_post); in rxrpc_fast_process_data()
181 if (seq >= call->ackr_win_top) { in rxrpc_fast_process_data()
182 _debug("exceed #%u [%u]", seq, call->ackr_win_top); in rxrpc_fast_process_data()
188 if (seq == call->rx_data_expect) { in rxrpc_fast_process_data()
191 } else if (seq > call->rx_data_expect) { in rxrpc_fast_process_data()
[all …]
/net/netfilter/
Dnf_nat_helper.c37 adjust_tcp_sequence(u32 seq, in adjust_tcp_sequence() argument
44 struct nf_nat_seq *this_way = &nat->seq[dir]; in adjust_tcp_sequence()
47 seq, sizediff); in adjust_tcp_sequence()
59 before(this_way->correction_pos, seq)) { in adjust_tcp_sequence()
60 this_way->correction_pos = seq; in adjust_tcp_sequence()
73 u32 seq) in nf_nat_get_offset() argument
82 this_way = &nat->seq[dir]; in nf_nat_get_offset()
84 offset = after(seq, this_way->correction_pos) in nf_nat_get_offset()
146 __be32 seq, s16 off) in nf_nat_set_seq_adjust() argument
151 adjust_tcp_sequence(ntohl(seq), off, ct, ctinfo); in nf_nat_set_seq_adjust()
[all …]
Dnf_conntrack_standalone.c54 static struct hlist_nulls_node *ct_get_first(struct seq_file *seq) in ct_get_first() argument
56 struct net *net = seq_file_net(seq); in ct_get_first()
57 struct ct_iter_state *st = seq->private; in ct_get_first()
70 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, in ct_get_next() argument
73 struct net *net = seq_file_net(seq); in ct_get_next()
74 struct ct_iter_state *st = seq->private; in ct_get_next()
89 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx() argument
91 struct hlist_nulls_node *head = ct_get_first(seq); in ct_get_idx()
94 while (pos && (head = ct_get_next(seq, head))) in ct_get_idx()
99 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start() argument
[all …]

123456789