Searched defs:offs (Results 1 - 8 of 8) sorted by relevance

/net/ipv4/
H A Dtcp_cong.c159 size_t offs = 0; local
163 offs += snprintf(buf + offs, maxlen - offs,
165 offs == 0 ? "" : " ", ca->name);
187 size_t offs = 0; local
194 offs += snprintf(buf + offs, maxlen - offs,
196 offs
[all...]
H A Dtcp_cubic.c211 u64 offs, t; local
261 offs = ca->bic_K - t;
263 offs = t - ca->bic_K;
266 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ);
/net/l2tp/
H A Dl2tp_debugfs.c66 static void *l2tp_dfs_seq_start(struct seq_file *m, loff_t *offs) argument
69 loff_t pos = *offs;
H A Dl2tp_ppp.c1588 static void *pppol2tp_seq_start(struct seq_file *m, loff_t *offs) argument
1591 loff_t pos = *offs;
/net/netfilter/
H A Dxt_l2tp.c86 int offs = thoff + uhlen; local
98 lh = skb_header_pointer(skb, offs, 2, &lhbuf);
116 lh = skb_header_pointer(skb, offs + 4, 4, &lhbuf);
125 offs += 2;
126 lh = skb_header_pointer(skb, offs + 2, 4, &lhbuf);
/net/netfilter/ipvs/
H A Dip_vs_core.c733 unsigned int offs = 0; /* header offset*/ local
741 offs = icmp_offset + sizeof(struct icmp6hdr);
742 ciph = (struct ipv6hdr *)(skb_network_header(skb) + offs);
744 protocol = ipv6_find_hdr(skb, &offs, -1, &fragoffs, NULL);
757 __be16 *ports = (void *)(skb_network_header(skb) + offs);
/net/sunrpc/
H A Dxdr.c319 size_t copy, offs; local
340 offs = len - copy;
341 if (offs >= tail->iov_len)
343 else if (copy > tail->iov_len - offs)
344 copy = tail->iov_len - offs;
346 _copy_from_pages((char *)tail->iov_base + offs,
348 buf->page_base + pglen + offs - len,
352 offs = copy = len - pglen;
357 head->iov_len - offs,
/net/mac80211/
H A Dtx.c2554 struct ieee80211_mutable_offsets *offs,
2575 if (offs)
2576 memset(offs, 0, sizeof(*offs));
2608 if (offs) {
2609 offs->tim_offset = beacon->head_len;
2610 offs->tim_length = skb->len - beacon->head_len;
2681 if (offs) {
2682 offs->tim_offset = beacon->head_len;
2683 offs
2552 __ieee80211_beacon_get(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_mutable_offsets *offs, bool is_template) argument
2741 ieee80211_beacon_get_template(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_mutable_offsets *offs) argument
2753 struct ieee80211_mutable_offsets offs = {}; local
[all...]

Completed in 581 milliseconds