Home
last modified time | relevance | path

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

/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.c988 struct sctp_chunkhdr *next_hdr; in sctp_assoc_bh_rcv() local
990 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()
/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/crypto/amcc/
H A Dcrypto4xx_reg_def.h247 u32 next_hdr:8; member
/linux/drivers/infiniband/hw/hfi1/
H A Druc.c135 hdr->next_hdr = IB_GRH_NEXT_HDR; in hfi1_make_grh()
/linux/include/uapi/rdma/
H A Dib_user_verbs.h1004 __u8 next_hdr; member