/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_map_data.c | 345 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/include/uapi/linux/netfilter_ipv6/ |
H A D | ip6t_srh.h | 54 __u8 next_hdr; member 81 __u8 next_hdr; member
|
/linux/net/sctp/ |
H A D | endpointola.c | 356 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()
|
H A D | associola.c | 1005 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/net/core/ |
H A D | lwt_bpf.c | 543 void *next_hdr; in handle_gso_encap() local 556 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap() 560 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap() 569 if (((struct gre_base_hdr *)next_hdr)->flags & GRE_CSUM) in handle_gso_encap() 579 if (((struct udphdr *)next_hdr)->check) in handle_gso_encap()
|
/linux/net/ipv6/netfilter/ |
H 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/crypto/amcc/ |
H A D | crypto4xx_reg_def.h | 247 u32 next_hdr:8; member
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_protocol_type.h | 173 u8 next_hdr; member
|
/linux/drivers/infiniband/hw/qib/ |
H A D | qib_ruc.c | 192 hdr->next_hdr = IB_GRH_NEXT_HDR; in qib_make_grh()
|
H 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/ |
H A D | pvrdma_verbs.h | 161 u8 next_hdr; member
|
/linux/drivers/infiniband/hw/hfi1/ |
H A 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()
|
H A D | ruc.c | 135 hdr->next_hdr = IB_GRH_NEXT_HDR; in hfi1_make_grh()
|
/linux/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 988 __u8 next_hdr; member
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 349 ib_spec->ipv6.mask.next_hdr, in parse_flow_attr() 350 ib_spec->ipv6.val.next_hdr)) in parse_flow_attr()
|
/linux/include/rdma/ |
H A D | ib_verbs.h | 791 u8 next_hdr; member 1963 u8 next_hdr; member
|
/linux/drivers/infiniband/core/ |
H A D | verbs.c | 673 if (grh->next_hdr == IPPROTO_UDP) in ib_get_net_type_by_grh()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_hsi.h | 7847 u8 next_hdr; member
|
H A D | bnxt.c | 13322 goto next_hdr; in bnxt_exthdr_check() 13326 next_hdr: in bnxt_exthdr_check()
|