Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 66) sorted by relevance

123

/net/ipv6/ila/
A Dila_xlat.c503 int skip; member
518 iter->skip = 0; in ila_xlat_nl_dump_start()
539 int skip = iter->skip; in ila_xlat_nl_dump() local
548 if (ila && !IS_ERR(ila) && skip) { in ila_xlat_nl_dump()
551 while (ila && skip) { in ila_xlat_nl_dump()
556 skip--; in ila_xlat_nl_dump()
560 skip = 0; in ila_xlat_nl_dump()
588 skip++; in ila_xlat_nl_dump()
592 skip = 0; in ila_xlat_nl_dump()
597 iter->skip = skip; in ila_xlat_nl_dump()
/net/netfilter/
A Dnf_conntrack_ftp.c67 char skip; member
76 .skip = ' ',
84 .skip = ' ',
100 .skip = '(',
288 char skip, char term, in find_pattern() argument
313 if (skip) { in find_pattern()
314 for (i = plen; data[i] != skip; i++) in find_pattern()
321 pr_debug("Skipped up to 0x%hhx delimiter!\n", skip); in find_pattern()
449 search[dir][i].skip, in help()
A Dcore.c234 unsigned int i, j, skip = 0, hook_entries; in __nf_hook_entries_try_shrink() local
245 skip++; in __nf_hook_entries_try_shrink()
250 if (skip == hook_entries) in __nf_hook_entries_try_shrink()
253 if (skip == 0) in __nf_hook_entries_try_shrink()
256 hook_entries -= skip; in __nf_hook_entries_try_shrink()
A Dnf_conntrack_standalone.c110 unsigned int skip = 0; in ct_get_next() local
120 if (++skip <= st->skip_elems) in ct_get_next()
129 skip = 0; in ct_get_next()
133 st->skip_elems = skip; in ct_get_next()
138 skip = 0; in ct_get_next()
/net/sctp/
A Dstream_interleave.c1166 struct sctp_fwdtsn_skip *skip; in sctp_validate_fwdtsn() local
1173 sctp_walk_fwdtsn(skip, chunk) in sctp_validate_fwdtsn()
1174 if (ntohs(skip->stream) >= incnt) in sctp_validate_fwdtsn()
1182 struct sctp_ifwdtsn_skip *skip; in sctp_validate_iftsn() local
1189 sctp_walk_ifwdtsn(skip, chunk) in sctp_validate_iftsn()
1244 struct sctp_fwdtsn_skip *skip; in sctp_handle_fwdtsn() local
1247 sctp_walk_fwdtsn(skip, chunk) in sctp_handle_fwdtsn()
1248 sctp_ulpq_skip(ulpq, ntohs(skip->stream), ntohs(skip->ssn)); in sctp_handle_fwdtsn()
1281 struct sctp_ifwdtsn_skip *skip; in sctp_handle_iftsn() local
1284 sctp_walk_ifwdtsn(skip, chunk) in sctp_handle_iftsn()
[all …]
A Ddiag.c480 goto skip; in sctp_diag_dump()
483 skip: in sctp_diag_dump()
/net/sched/
A Dcls_cgroup.c159 if (arg->count < arg->skip) in cls_cgroup_walk()
160 goto skip; in cls_cgroup_walk()
168 skip: in cls_cgroup_walk()
A Dcls_matchall.c264 if (arg->count < arg->skip) in mall_walk()
265 goto skip; in mall_walk()
271 skip: in mall_walk()
A Dsch_mq.c248 arg->count = arg->skip; in mq_walk()
249 for (ntx = arg->skip; ntx < dev->num_tx_queues; ntx++) { in mq_walk()
A Dsch_etf.c83 goto skip; in is_packet_valid()
100 skip: in is_packet_valid()
A Dsch_cbs.c318 goto skip; in cbs_set_port_rate()
323 skip: in cbs_set_port_rate()
/net/batman-adv/
A Dbat_algo.c193 int skip = cb->args[0]; in batadv_algo_dump() local
197 if (i++ < skip) in batadv_algo_dump()
/net/netfilter/ipvs/
A Dip_vs_ftp.c98 char skip, bool ext, int mode, in ip_vs_ftp_get_addrport() argument
120 if (skip) { in ip_vs_ftp_get_addrport()
132 if (*s == skip) in ip_vs_ftp_get_addrport()
134 } else if (*s != skip) { in ip_vs_ftp_get_addrport()
A Dip_vs_mh.c44 unsigned int skip; /* skip */ member
146 ds->skip = ip_vs_mh_hashkey(svc->af, &dest->addr, in ip_vs_mh_permutate()
200 ds->perm += ds->skip; in ip_vs_mh_populate()
A Dip_vs_conn.c1059 unsigned int skip = 0; in ip_vs_conn_array() local
1065 if (skip >= iter->skip_elems) { in ip_vs_conn_array()
1070 ++skip; in ip_vs_conn_array()
/net/ipv6/
A Dip6_fib.c594 w->skip = 0; in fib6_dump_table()
611 w->skip = w->count; in fib6_dump_table()
614 w->skip = 0; in fib6_dump_table()
2166 if (w->skip) { in fib6_walk_continue()
2167 w->skip--; in fib6_walk_continue()
2168 goto skip; in fib6_walk_continue()
2178 skip: in fib6_walk_continue()
2291 c.w.skip = 0; in fib6_clean_tree()
2623 if (!iter->skip) in ipv6_route_yield()
2630 iter->skip--; in ipv6_route_yield()
[all …]
A Dudp_offload.c147 goto skip; in udp6_gro_receive()
156 skip: in udp6_gro_receive()
/net/unix/
A Daf_unix.c2588 int skip; in __unix_dgram_recvmsg() local
2600 skip = sk_peek_offset(sk, flags); in __unix_dgram_recvmsg()
2602 &skip, &err, &last); in __unix_dgram_recvmsg()
2638 if (size > skb->len - skip) in __unix_dgram_recvmsg()
2639 size = skb->len - skip; in __unix_dgram_recvmsg()
2640 else if (size < skb->len - skip) in __unix_dgram_recvmsg()
2935 int skip; in unix_stream_read_generic() local
3026 skip -= unix_skb_len(skb); in unix_stream_read_generic()
3101 skip = 0; in unix_stream_read_generic()
3130 int skip, int chunk, in unix_stream_read_actor() argument
[all …]
/net/ceph/
A Dmessenger_v1.c140 int skip = 0; in con_out_kvec_skip() local
143 skip = con->v1.out_kvec_cur[con->v1.out_kvec_left - 1].iov_len; in con_out_kvec_skip()
144 BUG_ON(con->v1.out_kvec_bytes < skip); in con_out_kvec_skip()
146 con->v1.out_kvec_bytes -= skip; in con_out_kvec_skip()
150 return skip; in con_out_kvec_skip()
1205 int skip = 0; in read_partial_message() local
1209 ret = ceph_con_in_msg_alloc(con, &con->v1.in_hdr, &skip); in read_partial_message()
1213 BUG_ON((!con->in_msg) ^ skip); in read_partial_message()
1214 if (skip) { in read_partial_message()
A Dmon_client.c708 int *skip) in get_generic_reply() argument
719 *skip = 1; in get_generic_reply()
723 *skip = 0; in get_generic_reply()
1496 int *skip) in mon_alloc_msg() argument
1503 *skip = 0; in mon_alloc_msg()
1511 return get_generic_reply(con, hdr, skip); in mon_alloc_msg()
1517 return get_generic_reply(con, hdr, skip); in mon_alloc_msg()
1537 *skip = 1; in mon_alloc_msg()
/net/bridge/
A Dbr_fdb.c821 unsigned long maxnum, unsigned long skip) in br_fdb_fillbuf() argument
841 if (skip) { in br_fdb_fillbuf()
842 --skip; in br_fdb_fillbuf()
975 goto skip; in br_fdb_dump()
978 goto skip; in br_fdb_dump()
985 goto skip; in br_fdb_dump()
988 goto skip; in br_fdb_dump()
997 skip: in br_fdb_dump()
/net/tls/
A Dtls_sw.c338 int skip, len; in tls_clone_plaintext_msg() local
349 skip = prot->prepend_size + msg_pl->sg.size; in tls_clone_plaintext_msg()
351 return sk_msg_clone(sk, msg_pl, msg_en, skip, len); in tls_clone_plaintext_msg()
1847 size_t skip, in process_rx_list() argument
1857 while (skip && skb) { in process_rx_list()
1865 if (skip < rxm->full_len) in process_rx_list()
1868 skip = skip - rxm->full_len; in process_rx_list()
1875 int chunk = min_t(unsigned int, rxm->full_len - skip, len); in process_rx_list()
1883 err = skb_copy_datagram_msg(skb, rxm->offset + skip, in process_rx_list()
1897 if (rxm->full_len - skip) in process_rx_list()
[all …]
/net/mac80211/
A Dutil.c3242 u8 i, rates, skip; in ieee80211_put_srates_elem() local
3253 skip = 0; in ieee80211_put_srates_elem()
3255 skip = 8; in ieee80211_put_srates_elem()
3256 if (rates <= skip) in ieee80211_put_srates_elem()
3258 rates -= skip; in ieee80211_put_srates_elem()
3274 if (skip > 0) { in ieee80211_put_srates_elem()
3275 skip--; in ieee80211_put_srates_elem()
3773 int skip; in ieee80211_extend_noa_desc() local
3786 skip = DIV_ROUND_UP(-end, data->desc[i].interval); in ieee80211_extend_noa_desc()
3788 if (data->count[i] <= skip) { in ieee80211_extend_noa_desc()
[all …]
A Dscan.c984 int skip; in ieee80211_scan_state_set_channel() local
991 skip = 0; in ieee80211_scan_state_set_channel()
1017 skip = 1; in ieee80211_scan_state_set_channel()
1022 if (skip) { in ieee80211_scan_state_set_channel()
/net/core/
A Dfib_rules.c1243 goto skip; in dump_rules()
1250 skip: in dump_rules()
1314 goto skip; in fib_nl_dumprule()
1321 skip: in fib_nl_dumprule()

Completed in 82 milliseconds

123