Home
last modified time | relevance | path

Searched refs:hlen (Results 1 – 25 of 174) sorted by relevance

1234567

/linux-6.3-rc2/drivers/macintosh/
A Dwindfarm_pid.c37 int i, hlen = st->param.history_len; in wf_pid_run() local
44 for (i = 0; i < hlen; i++) { in wf_pid_run()
51 st->index = (st->index + 1) % hlen; in wf_pid_run()
57 for (i = 0, integ = 0; i < hlen; i++) in wf_pid_run()
58 integ += st->errors[(st->index + hlen - i) % hlen]; in wf_pid_run()
63 st->errors[(st->index + hlen - 1) % hlen]; in wf_pid_run()
92 int i, hlen = st->param.history_len; in wf_cpu_pid_run() local
99 for (i = 0; i < hlen; i++) { in wf_cpu_pid_run()
107 st->index = (st->index + 1) % hlen; in wf_cpu_pid_run()
115 for (i = 0, integ = 0; i < hlen; i++) in wf_cpu_pid_run()
[all …]
/linux-6.3-rc2/net/core/
A Dflow_dissector.c125 hlen = skb_headlen(skb); in __skb_flow_get_ports()
193 int thoff, int hlen) in __skb_flow_dissect_icmp() argument
454 hlen, &_hdr); in __skb_flow_dissect_mpls()
514 hlen, &_arp); in __skb_flow_dissect_arp()
770 data, hlen); in __skb_flow_dissect_ports()
988 hlen -= offset; in __skb_flow_dissect()
1050 hlen, flags); in __skb_flow_dissect()
1353 nhoff, hlen); in __skb_flow_dissect()
1365 hlen, &_hdr); in __skb_flow_dissect()
1457 data, hlen, &_fh); in __skb_flow_dissect()
[all …]
/linux-6.3-rc2/drivers/bluetooth/
A Dh4_recv.h13 u8 hlen; /* Header length */ member
22 .hlen = HCI_ACL_HDR_SIZE, \
29 .hlen = HCI_SCO_HDR_SIZE, \
36 .hlen = HCI_EVENT_HDR_SIZE, \
66 hci_skb_expect(skb) = (&pkts[i])->hlen; in h4_recv_buf()
98 if (skb->len == (&pkts[i])->hlen) { in h4_recv_buf()
A Dhci_uart.h119 u8 hlen; /* Header length */ member
128 .hlen = HCI_ACL_HDR_SIZE, \
135 .hlen = HCI_SCO_HDR_SIZE, \
142 .hlen = HCI_EVENT_HDR_SIZE, \
149 .hlen = HCI_ISO_HDR_SIZE, \
/linux-6.3-rc2/drivers/net/ethernet/google/gve/
A Dgve_tx.c285 int hlen; in gve_skb_fifo_bytes_required() local
291 hlen); in gve_skb_fifo_bytes_required()
293 align_hdr_pad = L1_CACHE_ALIGN(hlen) - hlen; in gve_skb_fifo_bytes_required()
379 u16 hlen, u64 addr) in gve_tx_fill_pkt_desc() argument
482 hlen); in gve_tx_add_skb_copy()
486 copy_offset = hlen; in gve_tx_add_skb_copy()
550 if (hlen < len) in gve_tx_add_skb_no_copy()
556 num_descriptors, hlen, addr); in gve_tx_add_skb_no_copy()
564 if (hlen < len) { in gve_tx_add_skb_no_copy()
568 len -= hlen; in gve_tx_add_skb_no_copy()
[all …]
/linux-6.3-rc2/net/ipv6/
A Dnetfilter.c133 unsigned int mtu, hlen; in br_ip6_fragment() local
140 hlen = err; in br_ip6_fragment()
149 if (mtu < hlen + sizeof(struct frag_hdr) + 8) in br_ip6_fragment()
151 mtu -= hlen + sizeof(struct frag_hdr); in br_ip6_fragment()
166 if (first_len - hlen > mtu || in br_ip6_fragment()
175 skb_headroom(frag2) < (hlen + hroom + sizeof(struct frag_hdr))) in br_ip6_fragment()
183 err = ip6_fraglist_init(skb, hlen, prevhdr, nexthdr, frag_id, in br_ip6_fragment()
215 ip6_frag_init(skb, hlen, mtu, skb->dev->needed_tailroom, in br_ip6_fragment()
A Dip6_output.c698 iter->hlen = hlen; in ip6_fraglist_init()
702 __skb_pull(skb, hlen); in ip6_fraglist_init()
704 __skb_push(skb, hlen); in ip6_fraglist_init()
726 unsigned int hlen = iter->hlen; in ip6_fraglist_prepare() local
732 __skb_push(frag, hlen); in ip6_fraglist_prepare()
755 state->hlen = hlen; in ip6_frag_init()
853 unsigned int mtu, hlen, nexthdr_offset; in ip6_fragment() local
862 hlen = err; in ip6_fragment()
890 mtu -= hlen + sizeof(struct frag_hdr); in ip6_fragment()
906 if (first_len - hlen > mtu || in ip6_fragment()
[all …]
/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Dmatroxfb_g450.c241 u_int32_t hlen; in computeRegs() local
288 hlen = hvis + hfp + hsl + hbp; in computeRegs()
289 over = hlen & 0x0F; in computeRegs()
291 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen); in computeRegs()
295 hlen -= over; in computeRegs()
299 hlen += 4; in computeRegs()
302 hlen += 16; in computeRegs()
319 hlen = hlen >> 1; in computeRegs()
321 dprintk(KERN_DEBUG "hlen=%u hvis=%u\n", hlen, hvis); in computeRegs()
327 mt->HSyncEnd = (hlen & ~7) - 8; in computeRegs()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
A Dvpstate.c54 h->hlen = nvbios_rd08(b, h->offset + 0x1); in nvbios_vpstate_parse()
61 if (h->hlen > 0x10) in nvbios_vpstate_parse()
65 if (h->hlen > 0x11) in nvbios_vpstate_parse()
84 offset = h->offset + h->hlen + idx * (h->elen + (h->slen * h->scount)); in nvbios_vpstate_entry()
/linux-6.3-rc2/include/net/
A Dgro.h142 static inline int skb_gro_header_hard(struct sk_buff *skb, unsigned int hlen) in skb_gro_header_hard() argument
144 return NAPI_GRO_CB(skb)->frag0_len < hlen; in skb_gro_header_hard()
153 static inline void *skb_gro_header_slow(struct sk_buff *skb, unsigned int hlen, in skb_gro_header_slow() argument
156 if (!pskb_may_pull(skb, hlen)) in skb_gro_header_slow()
164 unsigned int hlen, unsigned int offset) in skb_gro_header() argument
169 if (skb_gro_header_hard(skb, hlen)) in skb_gro_header()
170 ptr = skb_gro_header_slow(skb, hlen, offset); in skb_gro_header()
409 unsigned int hlen, off; in udp_gro_udphdr() local
412 hlen = off + sizeof(*uh); in udp_gro_udphdr()
413 uh = skb_gro_header(skb, hlen, off); in udp_gro_udphdr()
A Dip6_tunnel.h62 int hlen; /* tun_hlen + encap_hlen */ member
92 int hlen = -EINVAL; in ip6_encap_hlen() local
103 hlen = ops->encap_hlen(e); in ip6_encap_hlen()
106 return hlen; in ip6_encap_hlen()
A Dgue.h40 __u8 hlen:5, member
46 hlen:5;
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dtrace_misc.h76 __field(u32, hlen)
84 __entry->hlen = packet->hlen;
94 __entry->hlen,
A Dtrace_rx.h31 __field(u32, hlen)
40 __entry->hlen = packet->hlen;
51 __entry->hlen,
/linux-6.3-rc2/tools/lib/bpf/
A Dnlattr.c167 int hlen, alen; in libbpf_nla_dump_errormsg() local
174 hlen = sizeof(*err); in libbpf_nla_dump_errormsg()
178 hlen += nlmsg_len(&err->msg); in libbpf_nla_dump_errormsg()
180 attr = (struct nlattr *) ((void *) err + hlen); in libbpf_nla_dump_errormsg()
/linux-6.3-rc2/net/ipv4/
A Dgre_offload.c127 unsigned int hlen, grehlen; in gre_gro_receive() local
139 hlen = off + sizeof(*greh); in gre_gro_receive()
140 greh = skb_gro_header(skb, hlen, off); in gre_gro_receive()
175 hlen = off + grehlen; in gre_gro_receive()
176 if (skb_gro_header_hard(skb, hlen)) { in gre_gro_receive()
177 greh = skb_gro_header_slow(skb, hlen, off); in gre_gro_receive()
A Dip_output.c606 iter->hlen = hlen; in ip_fraglist_init()
618 unsigned int hlen = iter->hlen; in ip_fraglist_prepare() local
625 __skb_push(frag, hlen); in ip_fraglist_prepare()
632 iter->offset += skb->len - hlen; in ip_fraglist_prepare()
648 state->hlen = hlen; in ip_frag_init()
702 skb_put(skb2, len + state->hlen); in ip_frag_next()
744 iph->tot_len = htons(len + state->hlen); in ip_frag_next()
766 unsigned int mtu, hlen, ll_rs; in ip_do_fragment() local
791 hlen = iph->ihl * 4; in ip_do_fragment()
807 if (first_len - hlen > mtu || in ip_do_fragment()
[all …]
A Dtcp_offload.c191 unsigned int hlen; in tcp_gro_receive() local
197 hlen = off + sizeof(*th); in tcp_gro_receive()
198 th = skb_gro_header(skb, hlen, off); in tcp_gro_receive()
206 hlen = off + thlen; in tcp_gro_receive()
207 if (skb_gro_header_hard(skb, hlen)) { in tcp_gro_receive()
208 th = skb_gro_header_slow(skb, hlen, off); in tcp_gro_receive()
/linux-6.3-rc2/net/bridge/netfilter/
A Dnf_conntrack_bridge.c36 unsigned int hlen, ll_rs, mtu; in nf_br_ip_fragment() local
53 hlen = iph->ihl * 4; in nf_br_ip_fragment()
54 frag_max_size -= hlen; in nf_br_ip_fragment()
63 if (first_len - hlen > mtu || in nf_br_ip_fragment()
72 skb_headroom(frag) < hlen + ll_rs) in nf_br_ip_fragment()
79 ip_fraglist_init(skb, iph, hlen, &iter); in nf_br_ip_fragment()
105 ip_frag_init(skb, hlen, ll_rs, frag_max_size, false, &state); in nf_br_ip_fragment()
/linux-6.3-rc2/net/sched/
A Dsch_frag.c53 unsigned int hlen = skb_network_offset(skb); in sch_frag_prepare_frag() local
66 data->l2_len = hlen; in sch_frag_prepare_frag()
67 memcpy(&data->l2_data, skb->data, hlen); in sch_frag_prepare_frag()
70 skb_pull(skb, hlen); in sch_frag_prepare_frag()
/linux-6.3-rc2/drivers/net/slip/
A Dslhc.c235 int nlen, hlen; in slhc_compress() local
270 hlen = nlen + th->doff * 4; in slhc_compress()
276 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress()
406 ntohs(cs->cs_ip.tot_len) == hlen) in slhc_compress()
417 deltaS == ntohs(cs->cs_ip.tot_len) - hlen){ in slhc_compress()
424 if(deltaS == ntohs(cs->cs_ip.tot_len) - hlen){ in slhc_compress()
466 memcpy(cp+deltaS,icp+hlen,isize-hlen); in slhc_compress()
469 return isize - hlen + deltaS + (cp - ocp); in slhc_compress()
/linux-6.3-rc2/drivers/media/i2c/ccs/
A Dccs-data.c66 size_t hlen, plen; in ccs_data_parse_length_specifier() local
73 hlen = sizeof(*__len); in ccs_data_parse_length_specifier()
83 hlen = sizeof(*__len2); in ccs_data_parse_length_specifier()
96 hlen = sizeof(*__len3); in ccs_data_parse_length_specifier()
107 if (!has_headroom(__len, hlen + plen, endp)) in ccs_data_parse_length_specifier()
110 *__hlen = hlen; in ccs_data_parse_length_specifier()
178 size_t plen, hlen; in ccs_data_block_parse_header() local
195 block_id, hlen, plen); in ccs_data_block_parse_header()
197 if (!has_headroom(&block->length, hlen + plen, endp)) in ccs_data_block_parse_header()
204 *payload = (void *)&block->length + hlen; in ccs_data_block_parse_header()
[all …]
/linux-6.3-rc2/net/mac802154/
A Diface.c364 int hlen; in ieee802154_header_create() local
396 hlen = ieee802154_hdr_push(skb, &hdr); in ieee802154_header_create()
397 if (hlen < 0) in ieee802154_header_create()
401 skb->mac_len = hlen; in ieee802154_header_create()
406 return hlen; in ieee802154_header_create()
430 int hlen; in mac802154_header_create() local
458 hlen = ieee802154_hdr_push(skb, &hdr); in mac802154_header_create()
459 if (hlen < 0) in mac802154_header_create()
463 skb->mac_len = hlen; in mac802154_header_create()
468 return hlen; in mac802154_header_create()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_cls_redirect.h22 uint8_t hlen : 5, control : 1, variant : 2; member
24 uint8_t variant : 2, control : 1, hlen : 5;
/linux-6.3-rc2/net/ieee802154/
A Dheader_ops.c333 int hlen = ieee802154_hdr_minlen(hdr); in ieee802154_max_payload() local
336 hlen += ieee802154_sechdr_lengths[hdr->sec.key_id_mode] - 1; in ieee802154_max_payload()
337 hlen += ieee802154_sechdr_authtag_len(&hdr->sec); in ieee802154_max_payload()
340 return IEEE802154_MTU - hlen - IEEE802154_MFR_SIZE; in ieee802154_max_payload()

Completed in 59 milliseconds

1234567