/linux/drivers/net/ethernet/qualcomm/rmnet/ |
A D | rmnet_map_data.c | 346 struct rmnet_map_v5_csum_header *next_hdr = NULL; in rmnet_map_deaggregate() local 363 packet_len += sizeof(*next_hdr); in rmnet_map_deaggregate() 365 next_hdr = data + sizeof(*maph); in rmnet_map_deaggregate() 379 if (next_hdr) { in rmnet_map_deaggregate() 380 nexthdr_type = u8_get_bits(next_hdr->header_info, in rmnet_map_deaggregate() 497 struct rmnet_map_v5_csum_header *next_hdr; in rmnet_map_process_next_hdr_packet() local 500 next_hdr = (struct rmnet_map_v5_csum_header *)(skb->data + in rmnet_map_process_next_hdr_packet() 503 nexthdr_type = u8_get_bits(next_hdr->header_info, in rmnet_map_process_next_hdr_packet() 511 } else if (next_hdr->csum_info & MAPV5_CSUMINFO_VALID_FLAG) { in rmnet_map_process_next_hdr_packet() 519 skb_pull(skb, sizeof(*next_hdr)); in rmnet_map_process_next_hdr_packet()
|
/linux/include/uapi/linux/netfilter_ipv6/ |
A D | ip6t_srh.h | 54 __u8 next_hdr; member 81 __u8 next_hdr; member
|
/linux/net/sctp/ |
A 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()
|
A D | associola.c | 1008 struct sctp_chunkhdr *next_hdr; in sctp_assoc_bh_rcv() local 1010 next_hdr = sctp_inq_peek(inqueue); in sctp_assoc_bh_rcv() 1011 if (!next_hdr) in sctp_assoc_bh_rcv() 1019 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_assoc_bh_rcv()
|
/linux/net/core/ |
A 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/net/ipv6/netfilter/ |
A D | ip6t_srh.c | 50 !(srh->nexthdr == srhinfo->next_hdr))) in srh_mt6() 144 !(srh->nexthdr == srhinfo->next_hdr))) in srh1_mt6()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_protocol_type.h | 156 u8 next_hdr; member
|
/linux/drivers/crypto/amcc/ |
A D | crypto4xx_reg_def.h | 247 u32 next_hdr:8; member
|
/linux/drivers/infiniband/hw/qib/ |
A D | qib_ruc.c | 192 hdr->next_hdr = IB_GRH_NEXT_HDR; in qib_make_grh()
|
A D | qib_driver.c | 333 if (hdr->u.l.grh.next_hdr != IB_GRH_NEXT_HDR) in qib_rcv_hdrerr()
|
A D | qib_verbs.c | 305 if (hdr->u.l.grh.next_hdr != IB_GRH_NEXT_HDR) in qib_ib_rcv()
|
/linux/drivers/infiniband/hw/vmw_pvrdma/ |
A D | pvrdma_verbs.h | 161 u8 next_hdr; member
|
/linux/drivers/infiniband/core/ |
A D | uverbs_std_types_flow_action.c | 134 .next_hdr = 0xff, in parse_esp_ip()
|
A D | verbs.c | 676 if (grh->next_hdr == IPPROTO_UDP) in ib_get_net_type_by_grh()
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | driver.c | 262 if (grh->next_hdr != IB_GRH_NEXT_HDR) in rcv_hdrerr() 1497 if (packet->grh->next_hdr != IB_GRH_NEXT_HDR) in hfi1_setup_9B_packet() 1571 if (packet->grh->next_hdr != IB_GRH_NEXT_HDR) in hfi1_setup_bypass_packet()
|
A D | ruc.c | 135 hdr->next_hdr = IB_GRH_NEXT_HDR; in hfi1_make_grh()
|
/linux/fs/btrfs/ |
A D | check-integrity.c | 989 struct btrfs_header *const next_hdr = in btrfsic_process_metablock() local 1008 next_stack->hdr = next_hdr; in btrfsic_process_metablock() 1088 struct btrfs_header *const next_hdr = in btrfsic_process_metablock() local 1102 next_stack->hdr = next_hdr; in btrfsic_process_metablock()
|
/linux/include/uapi/rdma/ |
A D | ib_user_verbs.h | 972 __u8 next_hdr; member
|
/linux/drivers/infiniband/hw/mlx5/ |
A D | fs.c | 361 ib_spec->ipv6.mask.next_hdr, in parse_flow_attr() 362 ib_spec->ipv6.val.next_hdr)) in parse_flow_attr()
|
/linux/include/rdma/ |
A D | ib_verbs.h | 772 u8 next_hdr; member 1937 u8 next_hdr; member
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_hsi.h | 7054 u8 next_hdr; member
|