Searched refs:thdr (Results 1 – 8 of 8) sorted by relevance
| /linux/net/core/ |
| H A D | selftests.c | 24 struct tcphdr *thdr = NULL; 54 thdr = skb_put(skb, sizeof(*thdr)); 68 memset(thdr, 0, sizeof(*thdr)); in net_test_get_skb() 69 thdr->source = htons(attr->sport); in net_test_get_skb() 70 thdr->dest = htons(attr->dport); in net_test_get_skb() 71 thdr->doff = sizeof(struct tcphdr) / 4; in net_test_get_skb() 91 iplen += sizeof(*thdr); in net_test_get_skb() 130 thdr in net_test_get_skb() 60 struct tcphdr *thdr = NULL; net_test_get_skb() local 205 struct tcphdr *thdr; net_test_loopback_validate() local [all...] |
| /linux/arch/powerpc/platforms/powernv/ |
| H A 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()
|
| H A 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()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcpbpf_kern.c | 36 struct tcphdr *thdr; in bpf_testcb() local 112 thdr = (struct tcphdr *)(header + offset); in bpf_testcb() 113 v = thdr->syn; in bpf_testcb()
|
| /linux/fs/smb/client/ |
| H A D | smb2misc.c | 157 struct smb2_transform_hdr *thdr = in smb2_check_message() local 165 if (iter->Suid == le64_to_cpu(thdr->SessionId)) { in smb2_check_message()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.c | 1380 struct xfs_da3_icnode_hdr thdr; in xfs_da3_node_toosmall() local 1400 xfs_da3_node_hdr_from_disk(dp->i_mount, &thdr, node); in xfs_da3_node_toosmall() 1403 if (count - thdr.count >= 0) in xfs_da3_node_toosmall()
|
| /linux/include/net/ |
| H A D | ipv6.h | 439 struct icmp6hdr *thdr, int len);
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 373 b359 thdr RRE_FF
|