Home
last modified time | relevance | path

Searched refs:next_hdr (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_map_data.c345 struct rmnet_map_v5_csum_header *next_hdr = NULL; in rmnet_map_deaggregate() local
362 packet_len += sizeof(*next_hdr); in rmnet_map_deaggregate()
364 next_hdr = data + sizeof(*maph); in rmnet_map_deaggregate()
378 if (next_hdr) { in rmnet_map_deaggregate()
379 nexthdr_type = u8_get_bits(next_hdr->header_info, in rmnet_map_deaggregate()
496 struct rmnet_map_v5_csum_header *next_hdr; in rmnet_map_process_next_hdr_packet() local
499 next_hdr = (struct rmnet_map_v5_csum_header *)(skb->data + in rmnet_map_process_next_hdr_packet()
502 nexthdr_type = u8_get_bits(next_hdr->header_info, in rmnet_map_process_next_hdr_packet()
510 } else if (next_hdr->csum_info & MAPV5_CSUMINFO_VALID_FLAG) { in rmnet_map_process_next_hdr_packet()
518 skb_pull(skb, sizeof(*next_hdr)); in rmnet_map_process_next_hdr_packet()
/Linux-v6.6/include/uapi/linux/netfilter_ipv6/
Dip6t_srh.h54 __u8 next_hdr; member
81 __u8 next_hdr; member
/Linux-v6.6/net/sctp/
Dendpointola.c356 struct sctp_chunkhdr *next_hdr; in sctp_endpoint_bh_rcv() local
358 next_hdr = sctp_inq_peek(inqueue); in sctp_endpoint_bh_rcv()
359 if (!next_hdr) in sctp_endpoint_bh_rcv()
367 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_endpoint_bh_rcv()
Dassociola.c1005 struct sctp_chunkhdr *next_hdr; in sctp_assoc_bh_rcv() local
1007 next_hdr = sctp_inq_peek(inqueue); in sctp_assoc_bh_rcv()
1008 if (!next_hdr) in sctp_assoc_bh_rcv()
1016 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_assoc_bh_rcv()
/Linux-v6.6/net/core/
Dlwt_bpf.c538 void *next_hdr; in handle_gso_encap() local
551 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()
555 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()
564 if (((struct gre_base_hdr *)next_hdr)->flags & GRE_CSUM) in handle_gso_encap()
574 if (((struct udphdr *)next_hdr)->check) in handle_gso_encap()
/Linux-v6.6/net/ipv6/netfilter/
Dip6t_srh.c50 !(srh->nexthdr == srhinfo->next_hdr))) in srh_mt6()
144 !(srh->nexthdr == srhinfo->next_hdr))) in srh1_mt6()
/Linux-v6.6/drivers/crypto/amcc/
Dcrypto4xx_reg_def.h247 u32 next_hdr:8; member
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_protocol_type.h165 u8 next_hdr; member
/Linux-v6.6/drivers/infiniband/hw/qib/
Dqib_ruc.c192 hdr->next_hdr = IB_GRH_NEXT_HDR; in qib_make_grh()
Dqib_driver.c333 if (hdr->u.l.grh.next_hdr != IB_GRH_NEXT_HDR) in qib_rcv_hdrerr()
Dqib_verbs.c305 if (hdr->u.l.grh.next_hdr != IB_GRH_NEXT_HDR) in qib_ib_rcv()
/Linux-v6.6/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_verbs.h161 u8 next_hdr; member
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Ddriver.c256 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()
Druc.c135 hdr->next_hdr = IB_GRH_NEXT_HDR; in hfi1_make_grh()
/Linux-v6.6/fs/btrfs/
Dcheck-integrity.c990 struct btrfs_header *const next_hdr = in btrfsic_process_metablock() local
1009 next_stack->hdr = next_hdr; in btrfsic_process_metablock()
1089 struct btrfs_header *const next_hdr = in btrfsic_process_metablock() local
1103 next_stack->hdr = next_hdr; in btrfsic_process_metablock()
/Linux-v6.6/include/uapi/rdma/
Dib_user_verbs.h988 __u8 next_hdr; member
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dfs.c349 ib_spec->ipv6.mask.next_hdr, in parse_flow_attr()
350 ib_spec->ipv6.val.next_hdr)) in parse_flow_attr()
/Linux-v6.6/include/rdma/
Dib_verbs.h790 u8 next_hdr; member
1965 u8 next_hdr; member
/Linux-v6.6/drivers/infiniband/core/
Dverbs.c670 if (grh->next_hdr == IPPROTO_UDP) in ib_get_net_type_by_grh()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c11376 goto next_hdr; in bnxt_exthdr_check()
11380 next_hdr: in bnxt_exthdr_check()
Dbnxt_hsi.h7182 u8 next_hdr; member