/linux/drivers/macintosh/ |
H 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/ |
H A D | flow_dissector.c | 120 const void *data, int hlen) in __skb_flow_get_ports() argument 126 hlen = skb_headlen(skb); in __skb_flow_get_ports() 133 sizeof(_ports), data, hlen, &_ports); in __skb_flow_get_ports() 167 const void *data, int thoff, int hlen) in skb_flow_get_icmp_tci() argument 171 ih = __skb_header_pointer(skb, thoff, sizeof(_ih), data, hlen, &_ih); in skb_flow_get_icmp_tci() 194 int thoff, int hlen) in __skb_flow_dissect_icmp() argument 205 skb_flow_get_icmp_tci(skb, key_icmp, data, thoff, hlen); in __skb_flow_dissect_icmp() 211 int nhoff, int hlen) in __skb_flow_dissect_ah() argument 219 hdr = __skb_header_pointer(skb, nhoff, sizeof(_hdr), data, hlen, &_hdr); in __skb_flow_dissect_ah() 233 int nhoff, int hlen) in __skb_flow_dissect_esp() argument [all …]
|
H A D | gro.c | 720 unsigned int hlen = sizeof(*eth); in napi_frags_skb() local 725 skb_gro_reset_offset(skb, hlen); in napi_frags_skb() 727 if (unlikely(!skb_gro_may_pull(skb, hlen))) { in napi_frags_skb() 728 eth = skb_gro_header_slow(skb, hlen, 0); in napi_frags_skb() 739 gro_pull_from_frag0(skb, hlen); in napi_frags_skb() 741 NAPI_GRO_CB(skb)->frag0 += hlen; in napi_frags_skb() 742 NAPI_GRO_CB(skb)->frag0_len -= hlen; in napi_frags_skb() 744 __skb_pull(skb, hlen); in napi_frags_skb()
|
/linux/drivers/bluetooth/ |
H 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, \ 43 .hlen = HCI_ISO_HDR_SIZE, \ 73 hci_skb_expect(skb) = (&pkts[i])->hlen; in h4_recv_buf() 105 if (skb->len == (&pkts[i])->hlen) { in h4_recv_buf()
|
H A D | hci_uart.h | 129 u8 hlen; /* Header length */ member 138 .hlen = HCI_ACL_HDR_SIZE, \ 145 .hlen = HCI_SCO_HDR_SIZE, \ 152 .hlen = HCI_EVENT_HDR_SIZE, \ 159 .hlen = HCI_ISO_HDR_SIZE, \
|
/linux/net/ipv6/ |
H A D | netfilter.c | 134 unsigned int mtu, hlen; in br_ip6_fragment() local 141 hlen = err; in br_ip6_fragment() 150 if (mtu < hlen + sizeof(struct frag_hdr) + 8) in br_ip6_fragment() 152 mtu -= hlen + sizeof(struct frag_hdr); in br_ip6_fragment() 167 if (first_len - hlen > mtu || in br_ip6_fragment() 176 skb_headroom(frag2) < (hlen + hroom + sizeof(struct frag_hdr))) in br_ip6_fragment() 184 err = ip6_fraglist_init(skb, hlen, prevhdr, nexthdr, frag_id, in br_ip6_fragment() 216 ip6_frag_init(skb, hlen, mtu, skb->dev->needed_tailroom, in br_ip6_fragment()
|
/linux/tools/crypto/tcrypt/ |
H A D | tcrypt_speed_compare.py | 144 hlen = 80 145 print("="*hlen) 148 print("-"*hlen) 172 print('-'*hlen) 174 print('-'*hlen) 176 print('='*hlen)
|
/linux/drivers/video/fbdev/matrox/ |
H 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() 314 …ntk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, hlen); in computeRegs() 319 hlen = hlen >> 1; in computeRegs() 321 dprintk(KERN_DEBUG "hlen=%u hvis=%u\n", hlen, hvis); in computeRegs() [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H 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/net/ethernet/google/gve/ |
H A D | gve_tx.c | 413 int hlen; in gve_skb_fifo_bytes_required() local 415 hlen = skb_is_gso(skb) ? skb_checksum_start_offset(skb) + tcp_hdrlen(skb) : in gve_skb_fifo_bytes_required() 419 hlen); in gve_skb_fifo_bytes_required() 421 align_hdr_pad = L1_CACHE_ALIGN(hlen) - hlen; in gve_skb_fifo_bytes_required() 507 u16 hlen, u64 addr, u16 pkt_len) in gve_tx_fill_pkt_desc() argument 525 pkt_desc->pkt.seg_len = cpu_to_be16(hlen); in gve_tx_fill_pkt_desc() 571 int pad_bytes, hlen, hdr_nfrags, payload_nfrags, l4_hdr_offset; in gve_tx_add_skb_copy() local 589 hlen = is_gso ? l4_hdr_offset + tcp_hdrlen(skb) : in gve_tx_add_skb_copy() 596 pad_bytes = gve_tx_fifo_pad_alloc_one_frag(&tx->tx_fifo, hlen); in gve_tx_add_skb_copy() 597 hdr_nfrags = gve_tx_alloc_fifo(&tx->tx_fifo, hlen + pad_bytes, in gve_tx_add_skb_copy() [all …]
|
/linux/include/net/ |
H A D | gro.h | 161 unsigned int hlen) in skb_gro_may_pull() argument 163 return likely(hlen <= NAPI_GRO_CB(skb)->frag0_len); in skb_gro_may_pull() 166 static inline void *skb_gro_header_slow(struct sk_buff *skb, unsigned int hlen, in skb_gro_header_slow() argument 169 if (!pskb_may_pull(skb, hlen)) in skb_gro_header_slow() 175 static inline void *skb_gro_header(struct sk_buff *skb, unsigned int hlen, in skb_gro_header() argument 181 if (!skb_gro_may_pull(skb, hlen)) in skb_gro_header() 182 ptr = skb_gro_header_slow(skb, hlen, offset); in skb_gro_header() 429 unsigned int hlen, off; in udp_gro_udphdr() local 432 hlen = off + sizeof(*uh); in udp_gro_udphdr() 433 uh = skb_gro_header(skb, hlen, off); in udp_gro_udphdr()
|
H A D | ip6_tunnel.h | 62 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()
|
H A D | gue.h | 40 __u8 hlen:5, member 46 hlen:5;
|
/linux/net/ipv4/ |
H A D | gre_offload.c | 128 unsigned int hlen, grehlen; in gre_gro_receive() local 140 hlen = off + sizeof(*greh); in gre_gro_receive() 141 greh = skb_gro_header(skb, hlen, off); in gre_gro_receive() 176 hlen = off + grehlen; in gre_gro_receive() 177 if (!skb_gro_may_pull(skb, hlen)) { in gre_gro_receive() 178 greh = skb_gro_header_slow(skb, hlen, off); in gre_gro_receive()
|
H A D | tcp_offload.c | 283 unsigned int thlen, hlen, off; in tcp_gro_pull_header() local 287 hlen = off + sizeof(*th); in tcp_gro_pull_header() 288 th = skb_gro_header(skb, hlen, off); in tcp_gro_pull_header() 296 hlen = off + thlen; in tcp_gro_pull_header() 297 if (!skb_gro_may_pull(skb, hlen)) { in tcp_gro_pull_header() 298 th = skb_gro_header_slow(skb, hlen, off); in tcp_gro_pull_header()
|
H 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() 315 hlen = tdev->hard_header_len + tdev->needed_headroom; 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() 491 int hlen; in ip_tunnel_encap_setup() local 495 hlen = ip_encap_hlen(ipencap); in ip_tunnel_encap_setup() 496 if (hlen < 0) in ip_tunnel_encap_setup() 497 return hlen; in ip_tunnel_encap_setup() 504 t->encap_hlen = hlen; in ip_tunnel_encap_setup() [all …]
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace_misc.h | 76 __field(u32, hlen) 84 __entry->hlen = packet->hlen; 94 __entry->hlen,
|
/linux/tools/lib/bpf/ |
H 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()
|
/linux/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 36 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/net/sched/ |
H A D | sch_frag.c | 53 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/drivers/net/slip/ |
H 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/mac802154/ |
H A D | iface.c | 364 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/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect.h | 31 uint8_t hlen : 5, control : 1, variant : 2; member 33 uint8_t variant : 2, control : 1, hlen : 5;
|
/linux/net/tipc/ |
H A D | msg.c | 629 int hlen, dlen; in tipc_msg_reverse() local 635 hlen = msg_hdr_sz(_hdr); in tipc_msg_reverse() 643 if (hlen == SHORT_H_SIZE) in tipc_msg_reverse() 644 hlen = BASIC_H_SIZE; in tipc_msg_reverse() 651 *skb = tipc_buf_acquire(hlen + dlen, GFP_ATOMIC); in tipc_msg_reverse() 655 memcpy((*skb)->data + hlen, msg_data(_hdr), dlen); in tipc_msg_reverse() 659 msg_set_hdr_sz(hdr, hlen); in tipc_msg_reverse() 667 msg_set_size(hdr, hlen + dlen); in tipc_msg_reverse()
|
/linux/net/ieee802154/ |
H A D | header_ops.c | 369 int hlen = ieee802154_hdr_minlen(hdr); in ieee802154_max_payload() local 372 hlen += ieee802154_sechdr_lengths[hdr->sec.key_id_mode] - 1; in ieee802154_max_payload() 373 hlen += ieee802154_sechdr_authtag_len(&hdr->sec); in ieee802154_max_payload() 376 return IEEE802154_MTU - hlen - IEEE802154_MFR_SIZE; in ieee802154_max_payload()
|