Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dquery.c140 u64 next_hdr; in io_query()
142 ret = io_handle_query_entry(&entry_buffer, uhdr, &next_hdr); in io_query()
145 uhdr = u64_to_user_ptr(next_hdr); in io_query()
137 u64 next_hdr; io_query() local
/linux/net/sctp/
H A Dendpointola.c357 struct sctp_chunkhdr *next_hdr; in sctp_endpoint_bh_rcv() local
359 next_hdr = sctp_inq_peek(inqueue); in sctp_endpoint_bh_rcv()
360 if (!next_hdr) in sctp_endpoint_bh_rcv()
368 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_endpoint_bh_rcv()
H A Dassociola.c998 struct sctp_chunkhdr *next_hdr; in sctp_assoc_bh_rcv() local
1000 next_hdr = sctp_inq_peek(inqueue); in sctp_assoc_bh_rcv()
1001 if (!next_hdr) in sctp_assoc_bh_rcv()
1009 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_assoc_bh_rcv()
/linux/net/core/
H A Dlwt_bpf.c552 void *next_hdr; in handle_gso_encap() local
565 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()
569 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()
578 if (((struct gre_base_hdr *)next_hdr)->flags & GRE_CSUM) in handle_gso_encap()
588 if (((struct udphdr *)next_hdr)->check) in handle_gso_encap()
/linux/net/ipv6/netfilter/
H A Dip6t_srh.c50 !(srh->nexthdr == srhinfo->next_hdr))) in srh_mt6()
144 !(srh->nexthdr == srhinfo->next_hdr))) in srh1_mt6()
/linux/drivers/infiniband/hw/hfi1/
H A Druc.c135 hdr->next_hdr = IB_GRH_NEXT_HDR; in hfi1_make_grh()