Searched refs:next_hdr (Results 1 – 4 of 4) sorted by relevance
356 struct sctp_chunkhdr *next_hdr; in sctp_endpoint_bh_rcv() local358 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()
988 struct sctp_chunkhdr *next_hdr; in sctp_assoc_bh_rcv() local990 next_hdr = sctp_inq_peek(inqueue); in sctp_assoc_bh_rcv()991 if (!next_hdr) in sctp_assoc_bh_rcv()999 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_assoc_bh_rcv()
543 void *next_hdr; in handle_gso_encap() local556 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()
50 !(srh->nexthdr == srhinfo->next_hdr))) in srh_mt6()144 !(srh->nexthdr == srhinfo->next_hdr))) in srh1_mt6()
Completed in 10 milliseconds