Searched defs:start (Results 26 - 50 of 70) sorted by relevance

123

/net/openvswitch/
H A Dvport.h201 * the result of a hash table lookup. @priv must point to the start of the
221 const void *start, unsigned int len)
224 skb->csum = csum_add(skb->csum, csum_partial(start, len, 0));
220 ovs_skb_postpush_rcsum(struct sk_buff *skb, const void *start, unsigned int len) argument
H A Dflow.h143 unsigned short int start; member in struct:sw_flow_key_range
H A Ddatapath.c646 unsigned int start; local
651 start = u64_stats_fetch_begin_irq(&percpu_stats->syncp);
653 } while (u64_stats_fetch_retry_irq(&percpu_stats->syncp, start));
679 struct nlattr *start; local
737 start = nla_nest_start(skb, OVS_FLOW_ATTR_ACTIONS);
738 if (start) {
746 nla_nest_end(skb, start);
751 nla_nest_cancel(skb, start);
H A Dflow_netlink.c56 size_t start = rounddown(offset, sizeof(long)); local
67 if (range->start == range->end) {
68 range->start = start;
73 if (range->start > start)
74 range->start = start;
1353 int rem, start, err, st_acts; local
1374 start
1428 int err, start; local
1726 struct nlattr *start; local
1763 struct nlattr *start; local
[all...]
/net/sched/
H A Dsch_teql.c288 struct Qdisc *start, *q; local
294 start = master->slaves;
300 q = start;
344 } while ((q = NEXT_SLAVE(q)) != start);
/net/tipc/
H A Dmsg.c166 * @offset: Posision in iov to start copying from
280 u32 start = align(bsz); local
282 u32 pad = start - bsz;
296 if (unlikely(max < (start + msz)))
300 skb_copy_to_linear_data_offset(bbuf, start, buf->data, msz);
301 msg_set_size(bmsg, start + msz);
/net/9p/
H A Dtrans_virtio.c174 * @start: which segment of the sg_list to start at
185 static int pack_sg_list(struct scatterlist *sg, int start, argument
189 int index = start;
202 if (index-start)
204 return index-start;
217 * @start: which segment of the sg_list to start at
224 pack_sg_list_p(struct scatterlist *sg, int start, int limit, argument
229 int index = start;
[all...]
/net/bluetooth/bnep/
H A Dbnep.h141 __u16 start; member in struct:bnep_proto_filter
/net/core/
H A Ddatagram.c314 * @offset: offset in the buffer to start copying from
323 int start = skb_headlen(skb); local
324 int i, copy = start - offset;
345 WARN_ON(start > offset + len);
347 end = start + skb_frag_size(frag);
357 offset - start, copy);
365 start = end;
371 WARN_ON(start > offset + len);
373 end = start + frag_iter->len;
378 offset - start,
410 int start = skb_headlen(skb); local
499 int start = skb_headlen(skb); local
652 int start = skb_headlen(skb); local
[all...]
/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c522 int start = netoff + sizeof(struct ipv6hdr); local
523 int len = skb->len - start;
541 if (skb_copy_bits(skb, start, &hdr, sizeof(hdr)))
549 prev_nhoff = start;
553 start += hdrlen;
561 *fhoff = start;
/net/mac80211/
H A Ddebugfs_sta.c202 bool start, tx; local
223 if (strncmp(buf, "start ", 6) == 0) {
225 start = true;
230 start = false;
242 if (start)
H A Diface.c647 * doesn't start up with sane defaults
1498 u64 mask, start, addr, val, inc; local
1587 start = ((u64)m[0] << 5*8) | ((u64)m[1] << 4*8) |
1592 val = (start & mask);
1593 addr = (start & ~mask) | (val & mask);
1617 addr = (start & ~mask) | (val & mask);
1618 } while (addr != start);
/net/netfilter/
H A Dnf_conntrack_ftp.c198 static int get_port(const char *data, int start, size_t dlen, char delim, argument
204 for (i = start; i < dlen; i++) {
H A Dnf_conntrack_sip.c199 const char *start = dptr; local
215 dptr = start;
233 const char *start = dptr, *limit = dptr + datalen, *end; local
272 *matchoff = dptr - start;
365 const char *start = dptr, *limit = dptr + datalen; local
407 *matchoff = dptr - start;
419 *matchoff = dptr - start + shift;
433 const char *start = dptr, *limit = dptr + datalen; local
447 *matchoff = dptr - start;
536 const char *start; local
565 const char *start, *end; local
592 const char *start; local
726 const char *start = dptr, *limit = dptr + datalen; local
[all...]
/net/netlabel/
H A Dnetlabel_kapi.c473 * @offset: the offset to start searching at, in bits
526 * @offset: the offset to start searching at, in bits
662 * @start: the starting bit
667 * Set a range of bits, starting at @start and ending with @end. Returns zero
672 u32 start,
677 u32 spot = start;
697 * @offset: offset to the start of the imported bitmap
671 netlbl_catmap_setrng(struct netlbl_lsm_catmap **catmap, u32 start, u32 end, gfp_t flags) argument
/net/8021q/
H A Dvlan_dev.c680 unsigned int start; local
684 start = u64_stats_fetch_begin_irq(&p->syncp);
690 } while (u64_stats_fetch_retry_irq(&p->syncp, start));
/net/ipv4/
H A Dip_fragment.c263 unsigned int start, end; local
270 start = qp->rid;
274 rc = qp->q.fragments && (end - start) > max;
H A Daf_inet.c471 * (ie. your servers still start up even if your ISDN link
1356 * hdr length so all the hdrs we'll need to verify will start
1491 unsigned int start; local
1496 start = u64_stats_fetch_begin_irq(syncp);
1498 } while (u64_stats_fetch_retry_irq(syncp, start));
H A Dping.c1012 static struct sock *ping_get_first(struct seq_file *seq, int start) argument
1018 for (state->bucket = start; state->bucket < PING_HTABLE_SIZE;
1139 .start = ping_v4_seq_start,
1164 .start = ping_v4_seq_start,
H A Dipconfig.c207 unsigned long start, next_msg; local
263 start = jiffies;
264 next_msg = start + msecs_to_jiffies(CONF_CARRIER_TIMEOUT/12);
265 while (time_before(jiffies, start +
278 elapsed = jiffies_to_msecs(jiffies - start);
/net/netlink/
H A Dgenetlink.c158 int start = 0; local
164 if (start == 0)
171 start);
179 start = i;
/net/wireless/
H A Dcore.h402 * Checks if chandef is usable and we can/need start CAC on such channel.
420 static inline unsigned int elapsed_jiffies_msecs(unsigned long start) argument
424 if (end >= start)
425 return jiffies_to_msecs(end - start);
427 return jiffies_to_msecs(end + (ULONG_MAX - start) + 1);
/net/appletalk/
H A Dddp.c256 /* Offset the network we start probing with */
268 /* Sweep the available nodes from a given start */
305 /* Offset the network we start probing with */
317 /* Sweep the available nodes from a given start */
934 int start = skb_headlen(skb); local
939 if ((copy = start - offset) > 0) {
953 WARN_ON(start > offset + len);
955 end = start + skb_frag_size(frag);
963 offset - start, copy, sum);
970 start
[all...]
/net/ceph/
H A Dosdmap.c146 void *start = pbyval; local
192 i, (int)(*p-start), *p, end);
225 b->size, (int)(*p-start), *p, end);
276 i, (int)(*p-start), *p, end);
282 i, (int)(*p-start), *p, end);
1030 void *start = *p; local
1137 err, epoch, (int)(*p - start), *p, start, end);
1140 start, end - start, tru
1184 void *start = *p; local
[all...]
/net/ipv6/
H A Dip6_tunnel.c107 unsigned int start; local
112 start = u64_stats_fetch_begin_irq(&tstats->syncp);
117 } while (u64_stats_fetch_retry_irq(&tstats->syncp, start));
177 #define for_each_ip6_tunnel_rcu(start) \
178 for (t = rcu_dereference(start); t; t = rcu_dereference(t->next))

Completed in 348 milliseconds

123