/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
D | opal-fadump.c | 421 struct hdat_fadump_thread_hdr *thdr; in opal_fadump_build_cpu_notes() local 448 thdr = (struct hdat_fadump_thread_hdr *)bufp; in opal_fadump_build_cpu_notes() 450 be32_to_cpu(thdr->offset)); in opal_fadump_build_cpu_notes() 451 reg_esize = be32_to_cpu(thdr->esize); in opal_fadump_build_cpu_notes() 452 regs_cnt = be32_to_cpu(thdr->ecnt); in opal_fadump_build_cpu_notes() 460 thdr = (struct hdat_fadump_thread_hdr *)bufp; in opal_fadump_build_cpu_notes() 462 thread_pir = be32_to_cpu(thdr->pir); in opal_fadump_build_cpu_notes() 464 i, thread_pir, thdr->core_state); in opal_fadump_build_cpu_notes() 488 if (thdr->core_state == HDAT_FADUMP_CORE_INACTIVE) in opal_fadump_build_cpu_notes()
|
D | opal-core.c | 224 struct hdat_fadump_thread_hdr *thdr; in opalcore_append_cpu_notes() local 239 thdr = (struct hdat_fadump_thread_hdr *)bufp; in opalcore_append_cpu_notes() 241 be32_to_cpu(thdr->offset)); in opalcore_append_cpu_notes() 242 reg_esize = be32_to_cpu(thdr->esize); in opalcore_append_cpu_notes() 243 regs_cnt = be32_to_cpu(thdr->ecnt); in opalcore_append_cpu_notes() 259 thdr = (struct hdat_fadump_thread_hdr *)bufp; in opalcore_append_cpu_notes() 260 thread_pir = be32_to_cpu(thdr->pir); in opalcore_append_cpu_notes() 263 i, thread_pir, thdr->core_state); in opalcore_append_cpu_notes() 271 if (thdr->core_state == HDAT_FADUMP_CORE_INACTIVE) in opalcore_append_cpu_notes()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | test_tcpbpf_kern.c | 58 struct tcphdr *thdr; in bpf_testcb() local 144 thdr = (struct tcphdr *)(header + offset); in bpf_testcb() 145 v = thdr->syn; in bpf_testcb()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_log_cil.c | 654 struct xfs_trans_header thdr; in xlog_cil_push_work() local 801 thdr.th_magic = XFS_TRANS_HEADER_MAGIC; in xlog_cil_push_work() 802 thdr.th_type = XFS_TRANS_CHECKPOINT; in xlog_cil_push_work() 803 thdr.th_tid = tic->t_tid; in xlog_cil_push_work() 804 thdr.th_num_items = num_iovecs; in xlog_cil_push_work() 805 lhdr.i_addr = &thdr; in xlog_cil_push_work()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_selftests.c | 64 struct tcphdr *thdr = NULL; in stmmac_test_get_udp_skb() local 106 thdr = skb_put(skb, sizeof(*thdr)); in stmmac_test_get_udp_skb() 150 thdr->source = htons(attr->sport); in stmmac_test_get_udp_skb() 151 thdr->dest = htons(attr->dport); in stmmac_test_get_udp_skb() 152 thdr->doff = sizeof(struct tcphdr) / 4; in stmmac_test_get_udp_skb() 153 thdr->check = 0; in stmmac_test_get_udp_skb() 173 iplen += sizeof(*thdr); in stmmac_test_get_udp_skb() 202 thdr->check = ~tcp_v4_check(skb->len, ihdr->saddr, ihdr->daddr, 0); in stmmac_test_get_udp_skb() 257 struct tcphdr *thdr; in stmmac_test_loopback_validate() local 290 thdr = (struct tcphdr *)((u8 *)ihdr + 4 * ihdr->ihl); in stmmac_test_loopback_validate() [all …]
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_conntrack_sip.c | 733 const struct sip_header *hdrs, *hdr, *thdr; in ct_sip_get_sdp_header() local 739 thdr = &hdrs[term]; in ct_sip_get_sdp_header() 753 limit - dptr >= thdr->len && in ct_sip_get_sdp_header() 754 strncasecmp(dptr, thdr->name, thdr->len) == 0) in ct_sip_get_sdp_header()
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | smb2misc.c | 155 struct smb2_transform_hdr *thdr = in smb2_check_message() local 164 if (ses->Suid == thdr->SessionId) in smb2_check_message()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_io.c | 1561 struct tls_hdr *thdr = (struct tls_hdr *)skb->data; in chtls_pt_recvmsg() local 1565 sizeof(thdr->type), &thdr->type); in chtls_pt_recvmsg() 1567 if (cerr && thdr->type != TLS_RECORD_TYPE_DATA) { in chtls_pt_recvmsg()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | icmp.c | 276 struct icmp6hdr *thdr, int len) in icmpv6_push_pending_frames() argument 286 memcpy(icmp6h, thdr, sizeof(struct icmp6hdr)); in icmpv6_push_pending_frames()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 1312 struct xfs_da3_icnode_hdr thdr; in xfs_da3_node_toosmall() local 1325 xfs_da3_node_hdr_from_disk(dp->i_mount, &thdr, node); in xfs_da3_node_toosmall() 1328 if (count - thdr.count >= 0) in xfs_da3_node_toosmall()
|
/kernel/linux/linux-5.10/include/net/ |
D | ipv6.h | 428 struct icmp6hdr *thdr, int len);
|
/kernel/linux/linux-5.10/arch/s390/tools/ |
D | opcodes.txt | 370 b359 thdr RRE_FF
|