/linux-6.1.9/drivers/net/ethernet/qualcomm/rmnet/ |
D | rmnet_map_data.c | 344 struct rmnet_map_v5_csum_header *next_hdr = NULL; in rmnet_map_deaggregate() local 361 packet_len += sizeof(*next_hdr); in rmnet_map_deaggregate() 363 next_hdr = data + sizeof(*maph); in rmnet_map_deaggregate() 377 if (next_hdr) { in rmnet_map_deaggregate() 378 nexthdr_type = u8_get_bits(next_hdr->header_info, in rmnet_map_deaggregate() 495 struct rmnet_map_v5_csum_header *next_hdr; in rmnet_map_process_next_hdr_packet() local 498 next_hdr = (struct rmnet_map_v5_csum_header *)(skb->data + in rmnet_map_process_next_hdr_packet() 501 nexthdr_type = u8_get_bits(next_hdr->header_info, in rmnet_map_process_next_hdr_packet() 509 } else if (next_hdr->csum_info & MAPV5_CSUMINFO_VALID_FLAG) { in rmnet_map_process_next_hdr_packet() 517 skb_pull(skb, sizeof(*next_hdr)); in rmnet_map_process_next_hdr_packet()
|
/linux-6.1.9/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_srh.h | 54 __u8 next_hdr; member 81 __u8 next_hdr; member
|
/linux-6.1.9/net/sctp/ |
D | endpointola.c | 351 struct sctp_chunkhdr *next_hdr; in sctp_endpoint_bh_rcv() local 353 next_hdr = sctp_inq_peek(inqueue); in sctp_endpoint_bh_rcv() 354 if (!next_hdr) in sctp_endpoint_bh_rcv() 362 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_endpoint_bh_rcv()
|
D | associola.c | 1007 struct sctp_chunkhdr *next_hdr; in sctp_assoc_bh_rcv() local 1009 next_hdr = sctp_inq_peek(inqueue); in sctp_assoc_bh_rcv() 1010 if (!next_hdr) in sctp_assoc_bh_rcv() 1018 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_assoc_bh_rcv()
|
/linux-6.1.9/net/core/ |
D | lwt_bpf.c | 539 void *next_hdr; in handle_gso_encap() local 552 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap() 556 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap() 565 if (((struct gre_base_hdr *)next_hdr)->flags & GRE_CSUM) in handle_gso_encap() 575 if (((struct udphdr *)next_hdr)->check) in handle_gso_encap()
|
/linux-6.1.9/net/ipv6/netfilter/ |
D | ip6t_srh.c | 50 !(srh->nexthdr == srhinfo->next_hdr))) in srh_mt6() 144 !(srh->nexthdr == srhinfo->next_hdr))) in srh1_mt6()
|
/linux-6.1.9/drivers/crypto/amcc/ |
D | crypto4xx_reg_def.h | 247 u32 next_hdr:8; member
|
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_protocol_type.h | 174 u8 next_hdr; member
|
/linux-6.1.9/drivers/infiniband/hw/qib/ |
D | qib_ruc.c | 192 hdr->next_hdr = IB_GRH_NEXT_HDR; in qib_make_grh()
|
D | qib_driver.c | 333 if (hdr->u.l.grh.next_hdr != IB_GRH_NEXT_HDR) in qib_rcv_hdrerr()
|
D | qib_verbs.c | 305 if (hdr->u.l.grh.next_hdr != IB_GRH_NEXT_HDR) in qib_ib_rcv()
|
/linux-6.1.9/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_verbs.h | 161 u8 next_hdr; member
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | driver.c | 256 if (grh->next_hdr != IB_GRH_NEXT_HDR) in rcv_hdrerr() 1491 if (packet->grh->next_hdr != IB_GRH_NEXT_HDR) in hfi1_setup_9B_packet() 1565 if (packet->grh->next_hdr != IB_GRH_NEXT_HDR) in hfi1_setup_bypass_packet()
|
D | ruc.c | 135 hdr->next_hdr = IB_GRH_NEXT_HDR; in hfi1_make_grh()
|
/linux-6.1.9/fs/btrfs/ |
D | check-integrity.c | 988 struct btrfs_header *const next_hdr = in btrfsic_process_metablock() local 1007 next_stack->hdr = next_hdr; in btrfsic_process_metablock() 1087 struct btrfs_header *const next_hdr = in btrfsic_process_metablock() local 1101 next_stack->hdr = next_hdr; in btrfsic_process_metablock()
|
/linux-6.1.9/include/uapi/rdma/ |
D | ib_user_verbs.h | 972 __u8 next_hdr; member
|
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | fs.c | 350 ib_spec->ipv6.mask.next_hdr, in parse_flow_attr() 351 ib_spec->ipv6.val.next_hdr)) in parse_flow_attr()
|
/linux-6.1.9/include/rdma/ |
D | ib_verbs.h | 786 u8 next_hdr; member 1955 u8 next_hdr; member
|
/linux-6.1.9/drivers/infiniband/core/ |
D | verbs.c | 668 if (grh->next_hdr == IPPROTO_UDP) in ib_get_net_type_by_grh()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_hsi.h | 7490 u8 next_hdr; member
|