Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/libalias/
Dalias_sctp.c742 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction)); in SctpAlias()
747 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction)); in SctpAlias()
759 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction)); in SctpAlias()
793 …SN_LOG(SN_LOG_LOW, logsctperror("ERROR: Invalid direction", msg.sctp_hdr->v_tag, rtnval, direction… in SctpAlias()
798 SN_LOG(SN_LOG_DETAIL, logsctperror("SN_DROP_PKT", msg.sctp_hdr->v_tag, rtnval, direction)); in SctpAlias()
807 SN_LOG(SN_LOG_LOW, logsctperror("SN_PROCESSING_ERROR", msg.sctp_hdr->v_tag, rtnval, direction)); in SctpAlias()
923 struct sctphdr* sctp_hdr = (struct sctphdr *) ((char *) ip + sizeof(*ip)); in TxAbortErrorM() local
924 struct sctp_chunkhdr* chunk_hdr = (struct sctp_chunkhdr *) ((char *) sctp_hdr + sizeof(*sctp_hdr)); in TxAbortErrorM()
956 sctp_hdr->v_tag = sm->sctp_hdr->v_tag; in TxAbortErrorM()
959 sctp_hdr->v_tag = (direction == SN_TO_LOCAL) ? assoc->g_vtag : assoc->l_vtag ; in TxAbortErrorM()
[all …]
Dalias_sctp.h173 struct sctphdr *sctp_hdr; /**< pointer to sctp common header */ member
Dalias_db.c2484 sm->sctp_hdr->dest_port,sm->sctp_hdr->dest_port, LINK_SCTP, 1); in FindSctpRedirectAddress()
/freebsd-12-stable/cddl/lib/libdtrace/
Dsctp.d115 struct sctphdr *sctp_hdr; /* raw SCTP header */ member
165 sctp_hdr = p;
/freebsd-12-stable/sys/dev/ice/
Dice_protocol_type.h304 struct ice_sctp_hdr sctp_hdr; member