Searched refs:SN_TO_LOCAL (Results 1 – 3 of 3) sorted by relevance
716 if ((direction != SN_TO_LOCAL) && (direction != SN_TO_GLOBAL)) { in SctpAlias()745 (sysctl_error_on_ootb == SN_LOCALandPARTIAL_ERROR_ON_OOTB && direction == SN_TO_LOCAL) || in SctpAlias()774 case SN_TO_LOCAL: in SctpAlias()951 sctp_hdr->v_tag = (direction == SN_TO_LOCAL) ? assoc->g_vtag : assoc->l_vtag ; in TxAbortErrorM()963 ip->ip_src = (direction == SN_TO_LOCAL) ? sm->ip_hdr->ip_src : assoc->a_addr; in TxAbortErrorM()964 ip->ip_dst = (direction == SN_TO_LOCAL) ? assoc->l_addr : sm->ip_hdr->ip_dst; in TxAbortErrorM()1073 if (direction == SN_TO_LOCAL) in sctp_PktParser()1079 if (direction == SN_TO_LOCAL) in sctp_PktParser()1145 if ((*passoc == NULL) && (direction == SN_TO_LOCAL)) { /* AddIP with no association */ in sctp_PktParser()1273 case SN_TO_LOCAL: in GetAsconfVtags()[all …]
101 #define SN_TO_LOCAL 0 /**< packet traveling from global to local */ macro
1348 iresult = SctpAlias(la, pip, SN_TO_LOCAL); in LibAliasInLocked()