/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
D | fdt.c | 48 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) in check_off_() argument 50 return (off >= hdrsize) && (off <= totalsize); in check_off_() 53 static int check_block_(uint32_t hdrsize, uint32_t totalsize, in check_block_() argument 56 if (!check_off_(hdrsize, totalsize, base)) in check_block_() 60 if (!check_off_(hdrsize, totalsize, base + size)) in check_block_() 87 size_t hdrsize; in fdt_check_header() local 99 hdrsize = fdt_header_size(fdt); in fdt_check_header() 102 if ((fdt_totalsize(fdt) < hdrsize) in fdt_check_header() 107 if (!check_off_(hdrsize, fdt_totalsize(fdt), in fdt_check_header() 115 if (!check_off_(hdrsize, fdt_totalsize(fdt), in fdt_check_header() [all …]
|
D | fdt_sw.c | 111 const int hdrsize = FDT_ALIGN(sizeof(struct fdt_header), in fdt_create_with_flags() local 115 if (bufsize < hdrsize) in fdt_create_with_flags() 136 fdt_set_off_mem_rsvmap(fdt, hdrsize); in fdt_create_with_flags()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
D | qib_uc.c | 242 u32 hdrsize; in qib_uc_rcv() local 253 hdrsize = 8 + 12; /* LRH + BTH */ in qib_uc_rcv() 256 hdrsize = 8 + 40 + 12; /* LRH + GRH + BTH */ in qib_uc_rcv() 357 if (unlikely(tlen != (hdrsize + pmtu + 4))) in qib_uc_rcv() 368 hdrsize += 4; in qib_uc_rcv() 380 if (unlikely(tlen < (hdrsize + pad + 4))) in qib_uc_rcv() 383 tlen -= (hdrsize + pad + 4); in qib_uc_rcv() 415 hdrsize += sizeof(*reth); in qib_uc_rcv() 446 if (unlikely(tlen != (hdrsize + pmtu + 4))) in qib_uc_rcv() 457 hdrsize += 4; in qib_uc_rcv() [all …]
|
D | qib_rc.c | 1272 u32 psn, u32 hdrsize, u32 pmtu, in qib_rc_rcv_resp() argument 1354 hdrsize += 4; in qib_rc_rcv_resp() 1374 if (unlikely(tlen != (hdrsize + pmtu + 4))) in qib_rc_rcv_resp() 1414 if (unlikely(tlen < (hdrsize + pad + 8))) in qib_rc_rcv_resp() 1439 if (unlikely(tlen <= (hdrsize + pad + 8))) in qib_rc_rcv_resp() 1442 tlen -= hdrsize + pad + 8; in qib_rc_rcv_resp() 1717 u32 hdrsize; in qib_rc_rcv() local 1730 hdrsize = 8 + 12; /* LRH + BTH */ in qib_rc_rcv() 1733 hdrsize = 8 + 40 + 12; /* LRH + GRH + BTH */ in qib_rc_rcv() 1752 hdrsize, pmtu, rcd); in qib_rc_rcv() [all …]
|
D | qib_ud.c | 431 u32 hdrsize; in qib_ud_rcv() local 441 hdrsize = 8 + 12 + 8; /* LRH + BTH + DETH */ in qib_ud_rcv() 444 hdrsize = 8 + 40 + 12 + 8; /* LRH + GRH + BTH + DETH */ in qib_ud_rcv() 454 if (unlikely(tlen < (hdrsize + pad + 4))) in qib_ud_rcv() 457 tlen -= hdrsize + pad + 4; in qib_ud_rcv()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
D | fw.c | 59 u16 hdrsize; in validate_fw() local 66 hdrsize = le16_to_cpu(hdr->headersize); in validate_fw() 67 if (hdrsize > len) in validate_fw() 69 if ((hdrsize + le32_to_cpu(hdr->block_offset)) > len) in validate_fw() 71 if ((hdrsize + le32_to_cpu(hdr->pdr_offset)) > len) in validate_fw() 73 if ((hdrsize + le32_to_cpu(hdr->pri_offset)) > len) in validate_fw() 75 if ((hdrsize + le32_to_cpu(hdr->compat_offset)) > len) in validate_fw()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | uc.c | 313 u32 hdrsize = packet->hlen; in hfi1_uc_rcv() local 425 if (unlikely(tlen != (hdrsize + pmtu + extra_bytes))) in hfi1_uc_rcv() 445 if (unlikely(tlen < (hdrsize + extra_bytes))) in hfi1_uc_rcv() 448 tlen -= (hdrsize + extra_bytes); in hfi1_uc_rcv() 521 if (unlikely(tlen != (hdrsize + pmtu + 4))) in hfi1_uc_rcv() 536 if (unlikely(tlen < (hdrsize + pad + 4))) in hfi1_uc_rcv() 539 tlen -= (hdrsize + extra_bytes); in hfi1_uc_rcv() 561 if (unlikely(tlen < (hdrsize + pad + 4))) in hfi1_uc_rcv() 564 tlen -= (hdrsize + extra_bytes); in hfi1_uc_rcv()
|
D | rc.c | 2360 u16 hdrsize = packet->hlen; in rc_rcv_resp() local 2430 if (unlikely(tlen != (hdrsize + pmtu + extra_bytes))) in rc_rcv_resp() 2467 if (unlikely(tlen < (hdrsize + extra_bytes))) in rc_rcv_resp() 2489 if (unlikely(tlen <= (hdrsize + extra_bytes))) in rc_rcv_resp() 2492 tlen -= hdrsize + extra_bytes; in rc_rcv_resp() 2814 u32 hdrsize = packet->hlen; in hfi1_rc_rcv() local 2913 if (unlikely(tlen != (hdrsize + pmtu + extra_bytes))) in hfi1_rc_rcv() 2967 if (unlikely(tlen < (hdrsize + extra_bytes))) in hfi1_rc_rcv() 2970 tlen -= (hdrsize + extra_bytes); in hfi1_rc_rcv()
|
D | ud.c | 856 u32 hdrsize = packet->hlen; in hfi1_ud_rcv() local 907 if (unlikely(tlen < (hdrsize + extra_bytes))) in hfi1_ud_rcv() 910 tlen -= hdrsize + extra_bytes; in hfi1_ud_rcv()
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
D | nx-842.c | 163 unsigned int hdrsize) in compress() argument 174 if (p->oremain == 0 || hdrsize + c->minimum > dlen) in compress() 194 dst += hdrsize; in compress() 195 dlen -= hdrsize; in compress() 229 dskip += hdrsize; in compress() 257 unsigned int groups, hdrsize, h; in nx842_crypto_compress() local 274 hdrsize = NX842_CRYPTO_HEADER_SIZE(groups); in nx842_crypto_compress() 299 h = !n && add_header ? hdrsize : 0; in nx842_crypto_compress()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
D | attr.c | 319 unsigned int hdrsize; in xchk_xattr_block() local 351 hdrsize = xfs_attr3_leaf_hdr_size(leaf); in xchk_xattr_block() 357 if (leafhdr.firstused < hdrsize) in xchk_xattr_block() 359 if (!xchk_xattr_set_map(ds->sc, usedmap, 0, hdrsize)) in xchk_xattr_block() 412 int hdrsize; in xchk_xattr_rec() local 434 hdrsize = xfs_attr3_leaf_hdr_size(bp->b_addr); in xchk_xattr_rec() 436 if (nameidx < hdrsize || nameidx >= mp->m_attr_geo->blksize) { in xchk_xattr_rec()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_flow_table_ip.c | 165 unsigned int thoff, hdrsize; in nf_flow_tuple_ip() local 181 hdrsize = sizeof(struct tcphdr); in nf_flow_tuple_ip() 184 hdrsize = sizeof(struct udphdr); in nf_flow_tuple_ip() 194 if (!pskb_may_pull(skb, thoff + hdrsize)) in nf_flow_tuple_ip() 442 unsigned int thoff, hdrsize; in nf_flow_tuple_ipv6() local 453 hdrsize = sizeof(struct tcphdr); in nf_flow_tuple_ipv6() 456 hdrsize = sizeof(struct udphdr); in nf_flow_tuple_ipv6() 466 if (!pskb_may_pull(skb, thoff + hdrsize)) in nf_flow_tuple_ipv6()
|
D | nf_nat_proto.c | 106 int hdrsize = 8; in sctp_manip_pkt() local 113 hdrsize = sizeof(*hdr); in sctp_manip_pkt() 115 if (skb_ensure_writable(skb, hdroff + hdrsize)) in sctp_manip_pkt() 128 if (hdrsize < sizeof(*hdr)) in sctp_manip_pkt() 148 int hdrsize = 8; /* TCP connection tracking guarantees this much */ in tcp_manip_pkt() local 154 hdrsize = sizeof(struct tcphdr); in tcp_manip_pkt() 156 if (skb_ensure_writable(skb, hdroff + hdrsize)) in tcp_manip_pkt() 174 if (hdrsize < sizeof(*hdr)) in tcp_manip_pkt() 191 int hdrsize = 8; /* DCCP connection tracking guarantees this much */ in dccp_manip_pkt() local 194 hdrsize = sizeof(struct dccp_hdr); in dccp_manip_pkt() [all …]
|
/kernel/linux/linux-5.10/net/rxrpc/ |
D | peer_object.c | 256 peer->hdrsize = sizeof(struct iphdr); in rxrpc_init_peer() 260 peer->hdrsize = sizeof(struct ipv6hdr); in rxrpc_init_peer() 269 peer->hdrsize += sizeof(struct udphdr); in rxrpc_init_peer() 275 peer->hdrsize += sizeof(struct rxrpc_wire_header); in rxrpc_init_peer() 276 peer->maxdata = peer->mtu - peer->hdrsize; in rxrpc_init_peer()
|
D | peer_event.c | 128 if (mtu < peer->hdrsize) in rxrpc_adjust_mtu() 129 mtu = peer->hdrsize + 4; in rxrpc_adjust_mtu() 136 peer->maxdata = peer->mtu - peer->hdrsize; in rxrpc_adjust_mtu()
|
/kernel/linux/linux-5.10/include/net/ |
D | genetlink.h | 49 unsigned int hdrsize; member 217 return __nlmsg_parse(nlh, family->hdrsize + GENL_HDRLEN, tb, maxtype, in genlmsg_parse_deprecated() 236 return __nlmsg_parse(nlh, family->hdrsize + GENL_HDRLEN, tb, maxtype, in genlmsg_parse()
|
/kernel/linux/linux-5.10/fs/quota/ |
D | netlink.c | 18 .hdrsize = 0,
|
/kernel/linux/linux-5.10/net/ipv6/ila/ |
D | ila_main.c | 48 .hdrsize = 0,
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
D | comminit.c | 370 unsigned long hdrsize = (sizeof(u32) * NUMBER_OF_COMM_QUEUES) * 2; in aac_comm_init() local 389 size = hdrsize + queuesize; in aac_comm_init() 394 queues = (struct aac_entry *)(((ulong)headers) + hdrsize); in aac_comm_init()
|
/kernel/linux/linux-5.10/net/ieee802154/ |
D | netlink.c | 127 .hdrsize = 0,
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
D | dma.c | 1202 size_t hdrsize = b43_txhdr_size(ring->dev); in dma_tx_fragment() local 1217 header = &(ring->txhdr_cache[(slot / TX_SLOTS_PER_FRAME) * hdrsize]); in dma_tx_fragment() 1228 hdrsize, 1); in dma_tx_fragment() 1229 if (b43_dma_mapping_error(ring, meta_hdr->dmaaddr, hdrsize, 1)) { in dma_tx_fragment() 1235 hdrsize, 1, 0, 0); in dma_tx_fragment() 1284 hdrsize, 1); in dma_tx_fragment()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | clnt.h | 186 unsigned int hdrsize);
|
/kernel/linux/linux-5.10/net/tipc/ |
D | netlink.c | 290 .hdrsize = 0,
|
/kernel/linux/linux-5.10/include/linux/ |
D | pe.h | 167 uint16_t hdrsize; /* header size in "paragraphs" */ member
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_dir2_leaf.c | 1651 int hdrsize; in xfs_dir3_leaf_size() local 1656 hdrsize = sizeof(struct xfs_dir2_leaf_hdr); in xfs_dir3_leaf_size() 1658 hdrsize = sizeof(struct xfs_dir3_leaf_hdr); in xfs_dir3_leaf_size() 1660 return hdrsize + entries * sizeof(xfs_dir2_leaf_entry_t) in xfs_dir3_leaf_size()
|