Searched refs:sctp_hdr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/netinet/libalias/ |
| D | alias_sctp.c | 742 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 …]
|
| D | alias_sctp.h | 173 struct sctphdr *sctp_hdr; /**< pointer to sctp common header */ member
|
| D | alias_db.c | 2484 sm->sctp_hdr->dest_port,sm->sctp_hdr->dest_port, LINK_SCTP, 1); in FindSctpRedirectAddress()
|
| /freebsd-12-stable/cddl/lib/libdtrace/ |
| D | sctp.d | 115 struct sctphdr *sctp_hdr; /* raw SCTP header */ member 165 sctp_hdr = p;
|
| /freebsd-12-stable/sys/dev/ice/ |
| D | ice_protocol_type.h | 304 struct ice_sctp_hdr sctp_hdr; member
|