/linux/drivers/macintosh/ |
A D | windfarm_pid.c | 37 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/net/core/ |
A D | flow_dissector.c | 123 hlen = skb_headlen(skb); in __skb_flow_get_ports() 191 int thoff, int hlen) in __skb_flow_dissect_icmp() argument 428 hlen, &_hdr); in __skb_flow_dissect_mpls() 488 hlen, &_arp); in __skb_flow_dissect_arp() 744 data, hlen); in __skb_flow_dissect_ports() 955 hlen -= offset; in __skb_flow_dissect() 1016 hlen, flags); in __skb_flow_dissect() 1261 nhoff, hlen); in __skb_flow_dissect() 1273 hlen, &_hdr); in __skb_flow_dissect() 1348 data, hlen, &_fh); in __skb_flow_dissect() [all …]
|
/linux/drivers/net/ethernet/google/gve/ |
A D | gve_tx.c | 285 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() 376 u16 hlen, u64 addr) in gve_tx_fill_pkt_desc() argument 460 1 + payload_nfrags, hlen, in gve_tx_add_skb_copy() 465 hlen); in gve_tx_add_skb_copy() 469 copy_offset = hlen; in gve_tx_add_skb_copy() 495 int hlen, payload_nfrags, l4_hdr_offset; in gve_tx_add_skb_no_copy() local 527 if (hlen < len) { in gve_tx_add_skb_no_copy() 535 len -= hlen; in gve_tx_add_skb_no_copy() [all …]
|
/linux/drivers/bluetooth/ |
A D | h4_recv.h | 13 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 D | hci_uart.h | 119 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/net/ipv6/ |
A D | netfilter.c | 127 unsigned int mtu, hlen; in br_ip6_fragment() local 134 hlen = err; in br_ip6_fragment() 143 if (mtu < hlen + sizeof(struct frag_hdr) + 8) in br_ip6_fragment() 145 mtu -= hlen + sizeof(struct frag_hdr); in br_ip6_fragment() 160 if (first_len - hlen > mtu || in br_ip6_fragment() 169 skb_headroom(frag2) < (hlen + hroom + sizeof(struct frag_hdr))) in br_ip6_fragment() 177 err = ip6_fraglist_init(skb, hlen, prevhdr, nexthdr, frag_id, in br_ip6_fragment() 209 ip6_frag_init(skb, hlen, mtu, skb->dev->needed_tailroom, in br_ip6_fragment()
|
A D | ip6_output.c | 663 iter->hlen = hlen; in ip6_fraglist_init() 667 __skb_pull(skb, hlen); in ip6_fraglist_init() 669 __skb_push(skb, hlen); in ip6_fraglist_init() 691 unsigned int hlen = iter->hlen; in ip6_fraglist_prepare() local 697 __skb_push(frag, hlen); in ip6_fraglist_prepare() 720 state->hlen = hlen; in ip6_frag_init() 817 unsigned int mtu, hlen, nexthdr_offset; in ip6_fragment() local 826 hlen = err; in ip6_fragment() 854 mtu -= hlen + sizeof(struct frag_hdr); in ip6_fragment() 870 if (first_len - hlen > mtu || in ip6_fragment() [all …]
|
/linux/drivers/video/fbdev/matrox/ |
A D | matroxfb_g450.c | 241 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/tools/lib/bpf/ |
A D | nlattr.c | 167 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() 181 alen = nlh->nlmsg_len - hlen; in libbpf_nla_dump_errormsg()
|
/linux/net/ipv4/ |
A D | gre_offload.c | 126 unsigned int hlen, grehlen; in gre_gro_receive() local 138 hlen = off + sizeof(*greh); in gre_gro_receive() 140 if (skb_gro_header_hard(skb, hlen)) { in gre_gro_receive() 141 greh = skb_gro_header_slow(skb, hlen, off); in gre_gro_receive() 178 hlen = off + grehlen; in gre_gro_receive() 179 if (skb_gro_header_hard(skb, hlen)) { in gre_gro_receive() 180 greh = skb_gro_header_slow(skb, hlen, off); in gre_gro_receive()
|
A D | ip_output.c | 599 iter->hlen = hlen; in ip_fraglist_init() 611 unsigned int hlen = iter->hlen; in ip_fraglist_prepare() local 618 __skb_push(frag, hlen); in ip_fraglist_prepare() 625 iter->offset += skb->len - hlen; in ip_fraglist_prepare() 641 state->hlen = hlen; in ip_frag_init() 696 skb_put(skb2, len + state->hlen); in ip_frag_next() 738 iph->tot_len = htons(len + state->hlen); in ip_frag_next() 759 unsigned int mtu, hlen, ll_rs; in ip_do_fragment() local 784 hlen = iph->ihl * 4; in ip_do_fragment() 800 if (first_len - hlen > mtu || in ip_do_fragment() [all …]
|
A D | tcp_offload.c | 190 unsigned int hlen; in tcp_gro_receive() local 196 hlen = off + sizeof(*th); in tcp_gro_receive() 198 if (skb_gro_header_hard(skb, hlen)) { in tcp_gro_receive() 199 th = skb_gro_header_slow(skb, hlen, off); in tcp_gro_receive() 208 hlen = off + thlen; in tcp_gro_receive() 209 if (skb_gro_header_hard(skb, hlen)) { in tcp_gro_receive() 210 th = skb_gro_header_slow(skb, hlen, off); in tcp_gro_receive()
|
A D | ip_tunnel.c | 284 int hlen = LL_MAX_HEADER; in ip_tunnel_bind_dev() local 286 int t_hlen = tunnel->hlen + sizeof(struct iphdr); in ip_tunnel_bind_dev() 319 dev->needed_headroom = t_hlen + hlen; in ip_tunnel_bind_dev() 348 t_hlen = nt->hlen + sizeof(struct iphdr); in ip_tunnel_create() 464 int hlen; in ip_tunnel_encap_setup() local 468 hlen = ip_encap_hlen(ipencap); in ip_tunnel_encap_setup() 469 if (hlen < 0) in ip_tunnel_encap_setup() 470 return hlen; in ip_tunnel_encap_setup() 477 t->encap_hlen = hlen; in ip_tunnel_encap_setup() 478 t->hlen = t->encap_hlen + t->tun_hlen; in ip_tunnel_encap_setup() [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
A D | vpstate.c | 54 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/drivers/infiniband/hw/hfi1/ |
A D | trace_misc.h | 76 __field(u32, hlen) 84 __entry->hlen = packet->hlen; 94 __entry->hlen,
|
A D | trace_rx.h | 31 __field(u32, hlen) 40 __entry->hlen = packet->hlen; 51 __entry->hlen,
|
/linux/net/bridge/netfilter/ |
A D | nf_conntrack_bridge.c | 35 unsigned int hlen, ll_rs, mtu; in nf_br_ip_fragment() local 52 hlen = iph->ihl * 4; in nf_br_ip_fragment() 53 frag_max_size -= hlen; in nf_br_ip_fragment() 62 if (first_len - hlen > mtu || in nf_br_ip_fragment() 71 skb_headroom(frag) < hlen + ll_rs) in nf_br_ip_fragment() 78 ip_fraglist_init(skb, iph, hlen, &iter); in nf_br_ip_fragment() 104 ip_frag_init(skb, hlen, ll_rs, frag_max_size, false, &state); in nf_br_ip_fragment()
|
/linux/drivers/net/slip/ |
A D | slhc.c | 235 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/net/sched/ |
A D | sch_frag.c | 52 unsigned int hlen = skb_network_offset(skb); in sch_frag_prepare_frag() local 65 data->l2_len = hlen; in sch_frag_prepare_frag() 66 memcpy(&data->l2_data, skb->data, hlen); in sch_frag_prepare_frag() 69 skb_pull(skb, hlen); in sch_frag_prepare_frag()
|
/linux/include/net/ |
A D | ip6_tunnel.h | 61 int hlen; /* tun_hlen + encap_hlen */ member 91 int hlen = -EINVAL; in ip6_encap_hlen() local 102 hlen = ops->encap_hlen(e); in ip6_encap_hlen() 105 return hlen; in ip6_encap_hlen()
|
A D | gue.h | 37 __u8 hlen:5, member 43 hlen:5;
|
/linux/drivers/media/i2c/ccs/ |
A D | ccs-data.c | 66 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/net/mac802154/ |
A D | iface.c | 371 int hlen; in ieee802154_header_create() local 403 hlen = ieee802154_hdr_push(skb, &hdr); in ieee802154_header_create() 404 if (hlen < 0) in ieee802154_header_create() 408 skb->mac_len = hlen; in ieee802154_header_create() 413 return hlen; in ieee802154_header_create() 437 int hlen; in mac802154_header_create() local 465 hlen = ieee802154_hdr_push(skb, &hdr); in mac802154_header_create() 466 if (hlen < 0) in mac802154_header_create() 470 skb->mac_len = hlen; in mac802154_header_create() 475 return hlen; in mac802154_header_create()
|
A D | rx.c | 134 int hlen; in ieee802154_parse_frame_start() local 139 hlen = ieee802154_hdr_pull(skb, hdr); in ieee802154_parse_frame_start() 140 if (hlen < 0) in ieee802154_parse_frame_start() 143 skb->mac_len = hlen; in ieee802154_parse_frame_start()
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_cls_redirect.h | 22 uint8_t hlen : 5, control : 1, variant : 2; member 24 uint8_t variant : 2, control : 1, hlen : 5;
|