Searched refs:skip (Results 1 - 25 of 64) sorted by relevance

123

/net/netfilter/
H A Dnf_conntrack_ftp.c70 char skip; member in struct:ftp_search
79 .skip = ' ',
87 .skip = ' ',
103 .skip = '(',
291 char skip, char term,
327 /* Now we've found the constant string, try to skip
328 to the 'skip' character */
329 if (skip) {
330 for (i = plen; data[i] != skip; i++)
337 pr_debug("Skipped up to `%c'!\n", skip);
289 find_pattern(const char *data, size_t dlen, const char *pattern, size_t plen, char skip, char term, unsigned int *numoff, unsigned int *numlen, struct nf_conntrack_man *cmd, int (*getnum)(const char *, size_t, struct nf_conntrack_man *, char, unsigned int *)) argument
[all...]
H A Dnft_hash.c134 if (iter->count < iter->skip)
H A Dnft_rbtree.c195 if (iter->count < iter->skip)
/net/ipv6/
H A Dudp_offload.c133 goto skip;
142 skip:
H A Dip6_fib.c319 w->skip = 0;
334 w->skip = w->count;
336 w->skip = 0;
1457 if (w->skip) {
1458 w->skip--;
1459 goto skip;
1469 skip:
1573 c.w.skip = 0;
1838 loff_t skip; member in struct:ipv6_route_iter
1872 if (!iter->skip)
[all...]
/net/netfilter/ipvs/
H A Dip_vs_ftp.c83 * with the "pattern", ignoring before "skip" and terminated with
89 char skip, char term,
109 if (skip) {
116 if (*s == skip)
118 } else if (*s != skip) {
87 ip_vs_ftp_get_addrport(char *data, char *data_limit, const char *pattern, size_t plen, char skip, char term, __be32 *addr, __be16 *port, char **start, char **end) argument
/net/sched/
H A Dcls_cgroup.c173 if (arg->count < arg->skip)
174 goto skip;
180 skip:
H A Dcls_basic.c243 if (arg->count < arg->skip)
244 goto skip;
250 skip:
H A Dcls_bpf.c348 if (arg->count < arg->skip)
349 goto skip;
354 skip:
H A Dsch_mq.c216 arg->count = arg->skip;
217 for (ntx = arg->skip; ntx < dev->num_tx_queues; ntx++) {
H A Dcls_tcindex.c450 if (walker->count >= walker->skip) {
466 if (walker->count >= walker->skip) {
485 walker.skip = 0;
H A Dsch_mqprio.c382 arg->count = arg->skip;
383 for (ntx = arg->skip;
H A Dcls_flow.c658 if (arg->count < arg->skip)
659 goto skip;
664 skip:
/net/core/
H A Dgen_estimator.c127 goto skip;
140 skip:
H A Dfib_rules.c677 goto skip;
683 skip:
712 goto skip;
718 skip:
/net/bridge/
H A Dbr_fdb.c394 unsigned long maxnum, unsigned long skip)
415 if (skip) {
416 --skip;
693 goto skip;
698 goto skip;
705 goto skip;
714 skip:
393 br_fdb_fillbuf(struct net_bridge *br, void *buf, unsigned long maxnum, unsigned long skip) argument
H A Dbr_mdb.c71 goto skip;
103 skip:
133 goto skip;
151 skip:
/net/ceph/
H A Dmon_client.c480 int *skip)
491 *skip = 1;
495 *skip = 0;
1144 int *skip)
1151 *skip = 0;
1159 return get_generic_reply(con, hdr, skip);
1165 return get_generic_reply(con, hdr, skip);
1177 return NULL; /* ENOMEM--return skip == 0 */
1183 *skip = 1;
478 get_generic_reply(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) argument
1142 mon_alloc_msg(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) argument
H A Dmessenger.c171 * When skipping (ignoring) a block of input we read it into a "skip
2242 static int ceph_con_in_msg_alloc(struct ceph_connection *con, int *skip);
2302 int skip = 0; local
2306 ret = ceph_con_in_msg_alloc(con, &skip);
2310 BUG_ON(!con->in_msg ^ skip);
2316 skip = 1;
2318 if (skip) {
2319 /* skip this message */
2320 dout("alloc_msg said skip message\n");
2590 int skip local
3236 ceph_con_in_msg_alloc(struct ceph_connection *con, int *skip) argument
[all...]
H A Dosd_client.c1604 *p += 4; /* skip preferred */
1628 /* skip the rest */
1669 *p += len; /* skip osd_instructions */
1671 /* skip the rest */
1777 p += 8 + 4; /* skip replay_version */
1778 p += 8; /* skip user_version */
2757 int *skip)
2771 *skip = 1;
2812 *skip = 1;
2819 *skip
2755 get_reply(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) argument
2828 alloc_msg(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) argument
[all...]
/net/unix/
H A Daf_unix.c1789 int peeked, skip; local
1804 skip = sk_peek_offset(sk, flags);
1806 skb = __skb_recv_datagram(sk, flags, &peeked, &skip, &err);
1823 if (size > skb->len - skip)
1824 size = skb->len - skip;
1825 else if (size < skb->len - skip)
1828 err = skb_copy_datagram_iovec(skb, skip, msg->msg_iov, size);
1866 err = (flags & MSG_TRUNC) ? skb->len - skip : size;
1934 int skip; local
2011 skip
[all...]
/net/rxrpc/
H A Dar-input.c322 static int skip = 0;
323 if (++skip == 3) {
325 skip = 0;
/net/ipv4/
H A Dudp_offload.c328 goto skip;
336 skip:
/net/mac80211/
H A Dscan.c677 int skip; local
681 skip = 0;
709 skip = 1;
714 if (skip) {
715 /* if we skip this channel return to the decision state */
/net/sctp/
H A Dsm_sideeffect.c937 struct sctp_fwdtsn_skip *skip; local
939 sctp_walk_fwdtsn(skip, chunk) {
940 sctp_ulpq_skip(ulpq, ntohs(skip->stream), ntohs(skip->ssn));

Completed in 738 milliseconds

123