Home
last modified time | relevance | path

Searched refs:sctp_hdr (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c765 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction)); in SctpAlias()
770 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction)); in SctpAlias()
782 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction)); in SctpAlias()
816 …SN_LOG(SN_LOG_LOW, logsctperror("ERROR: Invalid direction", msg.sctp_hdr->v_tag, rtnval, direction… in SctpAlias()
821 SN_LOG(SN_LOG_DETAIL, logsctperror("SN_DROP_PKT", msg.sctp_hdr->v_tag, rtnval, direction)); in SctpAlias()
830 SN_LOG(SN_LOG_LOW, logsctperror("SN_PROCESSING_ERROR", msg.sctp_hdr->v_tag, rtnval, direction)); in SctpAlias()
946 struct sctphdr* sctp_hdr = (struct sctphdr *) ((char *) ip + sizeof(*ip)); in TxAbortErrorM() local
947 struct sctp_chunkhdr* chunk_hdr = (struct sctp_chunkhdr *) ((char *) sctp_hdr + sizeof(*sctp_hdr)); in TxAbortErrorM()
979 sctp_hdr->v_tag = sm->sctp_hdr->v_tag; in TxAbortErrorM()
982 sctp_hdr->v_tag = (direction == SN_TO_LOCAL) ? assoc->g_vtag : assoc->l_vtag ; in TxAbortErrorM()
[all …]
H A Dalias_sctp.h172 struct sctphdr *sctp_hdr; /**< pointer to sctp common header */ member
H A Dalias_db.c2528 sm->sctp_hdr->dest_port,sm->sctp_hdr->dest_port, LINK_SCTP, 1); in FindSctpRedirectAddress()
/freebsd/cddl/lib/libdtrace/
H A Dsctp.d113 struct sctphdr *sctp_hdr; /* raw SCTP header */ member
163 sctp_hdr = p;
/freebsd/sys/dev/ice/
H A Dice_protocol_type.h312 struct ice_sctp_hdr sctp_hdr;
311 struct ice_sctp_hdr sctp_hdr; global() member