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

123

/net/ipv4/netfilter/
H A Darp_tables.c426 /* We're at the start. */
728 unsigned int start; local
731 start = read_seqcount_begin(s);
734 } while (read_seqcount_retry(s, start));
H A Dip_tables.c508 /* We're at the start. */
893 unsigned int start; local
896 start = read_seqcount_begin(s);
899 } while (read_seqcount_retry(s, start));
/net/ipv4/
H A Dudp.c2257 static struct sock *udp_get_first(struct seq_file *seq, int start) argument
2263 for (state->bucket = start; state->bucket <= state->udp_table->mask;
2365 afinfo->seq_ops.start = udp_seq_start;
H A Dtcp_input.c33 * Eric Schenk : Fixes to slow start algorithm.
323 * rcv_ssthresh is more strict window_clamp used at "slow start"
569 * To cope with slow start, and sender growing its cwin by 100 %
585 * assume slow start, rcvwin = 3 * copied
620 * problem is that "good" TCP's do slow start at the beginning of data
1288 u32 start_seq = TCP_SKB_CB(skb)->seq; /* start of newly-SACKed */
2494 * reductions, but instead slow start up to ssthresh.
3125 * connection startup slow start one packet too
4090 /* Check if the start of the sack is covered by RCV.NXT. */
4523 * sequence numbers start
4531 tcp_collapse(struct sock *sk, struct sk_buff_head *list, struct sk_buff *head, struct sk_buff *tail, u32 start, u32 end) argument
4628 u32 start, end; local
[all...]
/net/ipv6/netfilter/
H A Dip6_tables.c80 Hence the start of any table is given by get_table() below. */
518 /* We're at the start. */
903 unsigned int start; local
906 start = read_seqcount_begin(s);
909 } while (read_seqcount_retry(s, start));
/net/mac80211/
H A Drx.c427 * them allocate enough headroom to start with.
1130 * so that the TX path won't start TX'ing new frames
1145 int ieee80211_sta_ps_transition(struct ieee80211_sta *sta, bool start) argument
1154 if ((start && in_ps) || (!start && !in_ps))
1157 if (start)
1256 * current IBSS network alive in cases where other STAs start
1427 /* start without a key */
2318 /* release stored frames up to start of BAR */
H A Dmlme.c2802 * Also start the timer that will detect beacon loss.
4342 const u8 *wp, *start, *end; local
4346 start = ies->data;
4347 end = start + ies->len;
4353 start, end - start);
4356 start = wp + wp[1] + 2;
H A Dutil.c747 u32 ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action, argument
752 const u8 *pos = start;
759 elems->ie_start = start;
2063 * @offset: offset where to start splitting in the buffer
2785 s32 end = data->desc[i].start + data->desc[i].duration - (tsf + 1);
2802 data->desc[i].start += skip * data->desc[i].interval;
2823 cur = data->desc[i].start - tsf;
2827 cur = data->desc[i].start + data->desc[i].duration - tsf;
2865 s32 start; local
2871 start
[all...]
H A Dieee80211_i.h1735 u32 ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action,
1738 static inline void ieee802_11_parse_elems(const u8 *start, size_t len, argument
1742 ieee802_11_parse_elems_crc(start, len, action, elems, 0, 0);
/net/sched/
H A Dsch_htb.c86 * parent's feed then we lost ptr value and start from the
690 unsigned long start)
696 unsigned long stop_at = start + 2;
816 struct htb_class *cl, *start; local
821 start = cl = htb_lookup_leaf(hprio, prio);
843 if (cl == start) /* fix start if we just deleted it */
844 start = next;
858 } while (cl != start);
689 htb_do_events(struct htb_sched *q, const int level, unsigned long start) argument
/net/sunrpc/
H A Dclnt.c1635 rpc_xdr_buf_init(struct xdr_buf *buf, void *start, size_t len) argument
1637 buf->head[0].iov_base = start;
H A Drpc_pipe.c668 int start, int eof)
675 for (i = start; i < eof; i++) {
700 int start, int eof)
705 __rpc_depopulate(parent, files, start, eof);
711 int start, int eof,
719 for (i = start; i < eof; i++) {
745 __rpc_depopulate(parent, files, start, eof);
666 __rpc_depopulate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof) argument
698 rpc_depopulate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof) argument
709 rpc_populate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof, void *private) argument
/net/tipc/
H A Dsocket.c127 * Most socket operations take the standard socket lock when they start
2355 int tipc_sk_ref_table_init(u32 req_sz, u32 start) argument
2378 tipc_ref_table.start_mask = start & ~tipc_ref_table.index_mask;
/net/core/
H A Dskbuff.c1256 * @skb: start of the buffer to use
1299 * skb_push - add data to the start of a buffer
1304 * start. If this would exceed the total buffer headroom the kernel will
1318 * skb_pull - remove data from the start of a buffer
1322 * This function removes data from the start of a buffer, returning
1594 int start = skb_headlen(skb); local
1602 if ((copy = start - offset) > 0) {
1616 WARN_ON(start > offset + len);
1618 end = start + skb_frag_size(f);
1627 vaddr + f->page_offset + offset - start,
1883 int start = skb_headlen(skb); local
1957 int start = skb_headlen(skb); local
2042 int start = skb_headlen(skb); local
3280 int start = skb_headlen(skb); local
3675 skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off) argument
[all...]
/net/key/
H A Daf_key.c1868 u32 start; local
1872 start = reqid;
1882 } while (reqid != start);
3749 .start = pfkey_seq_start,
/net/netfilter/ipvs/
H A Dip_vs_ctl.c2025 .start = ip_vs_info_seq_start,
2101 unsigned int start; local
2105 start = u64_stats_fetch_begin_irq(&u->syncp);
2108 } while (u64_stats_fetch_retry_irq(&u->syncp, start));
2902 int start = cb->args[0]; local
2909 if (++idx <= start || !net_eq(svc->net, net))
2920 if (++idx <= start || !net_eq(svc->net, net))
3094 int start = cb->args[0]; local
3114 if (++idx <= start)
/net/netlink/
H A Daf_netlink.c477 unsigned long start, size, expected; local
500 start = vma->vm_start;
512 err = vm_insert_page(vma, start, page);
515 start += PAGE_SIZE;
3022 .start = netlink_seq_start,
/net/packet/
H A Daf_packet.c743 u8 *start, *end; local
745 start = (u8 *)pbd1;
748 start += PAGE_SIZE;
751 for (; start < end; start += PAGE_SIZE)
752 flush_dcache_page(pgv_to_page(start));
764 start = (u8 *)pbd1;
765 flush_dcache_page(pgv_to_page(start));
2044 u8 *start, *end; local
2049 for (start
3898 unsigned long start; local
[all...]
/net/xfrm/
H A Dxfrm_policy.c2388 xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start, argument
2391 int idx = start;
2395 return start;
2397 start = -1;
2402 if (start == -1)
2403 start = -2-idx;
2407 return start;
/net/wireless/
H A Dnl80211.c1231 long start; member in struct:nl80211_dump_wiphy_state
1426 /* start again here */
1767 if (++idx <= state->start)
1809 state->start = idx;
1879 * the channel in the start-ap or join-mesh commands instead.
6198 int start = cb->args[2], idx = 0; local
6212 if (++idx <= start)
8170 /* start with default */

Completed in 1860 milliseconds

123