Home
last modified time | relevance | path

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

/net/sctp/
Dendpointola.c351 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()
Dassociola.c1002 struct sctp_chunkhdr *next_hdr; in sctp_assoc_bh_rcv() local
1004 next_hdr = sctp_inq_peek(inqueue); in sctp_assoc_bh_rcv()
1005 if (!next_hdr) in sctp_assoc_bh_rcv()
1013 if (next_hdr->type == SCTP_CID_COOKIE_ECHO) { in sctp_assoc_bh_rcv()
/net/core/
Dlwt_bpf.c537 void *next_hdr; in handle_gso_encap() local
550 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()
554 next_hdr = skb_network_header(skb) + next_hdr_offset; in handle_gso_encap()
563 if (((struct gre_base_hdr *)next_hdr)->flags & GRE_CSUM) in handle_gso_encap()
573 if (((struct udphdr *)next_hdr)->check) in handle_gso_encap()
/net/ipv6/netfilter/
Dip6t_srh.c50 !(srh->nexthdr == srhinfo->next_hdr))) in srh_mt6()
144 !(srh->nexthdr == srhinfo->next_hdr))) in srh1_mt6()