Home
last modified time | relevance | path

Searched refs:SN_TO_LOCAL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c743 if ((direction != SN_TO_LOCAL) && (direction != SN_TO_GLOBAL)) { in SctpAlias()
775 (sysctl_error_on_ootb == SN_LOCALandPARTIAL_ERROR_ON_OOTB && direction == SN_TO_LOCAL) || in SctpAlias()
804 case SN_TO_LOCAL: in SctpAlias()
982 sctp_hdr->v_tag = (direction == SN_TO_LOCAL) ? assoc->g_vtag : assoc->l_vtag ; in TxAbortErrorM()
994 ip->ip_src = (direction == SN_TO_LOCAL) ? sm->ip_hdr->ip_src : assoc->a_addr; in TxAbortErrorM()
995 ip->ip_dst = (direction == SN_TO_LOCAL) ? assoc->l_addr : sm->ip_hdr->ip_dst; in TxAbortErrorM()
1107 if (direction == SN_TO_LOCAL) in sctp_PktParser()
1113 if (direction == SN_TO_LOCAL) in sctp_PktParser()
1177 if ((*passoc == NULL) && (direction == SN_TO_LOCAL)) { /* AddIP with no association */ in sctp_PktParser()
1305 case SN_TO_LOCAL: in GetAsconfVtags()
[all …]
H A Dalias_sctp.h99 #define SN_TO_LOCAL 0 /**< packet traveling from global to local */ macro
H A Dalias.c1388 iresult = SctpAlias(la, pip, SN_TO_LOCAL); in LibAliasInLocked()