Searched refs:passoc (Results 1 – 1 of 1) sorted by relevance
103 struct sctp_nat_msg *sm, struct sctp_nat_assoc **passoc);1037 struct sctp_nat_msg *sm, struct sctp_nat_assoc **passoc) in sctp_PktParser() argument1117 if (*passoc == NULL) { in sctp_PktParser()1120 if (*passoc == NULL) {/* out of resources */ in sctp_PktParser()1124 (*passoc)->state = SN_ID; in sctp_PktParser()1126 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()1182 if (*passoc == NULL) { /* AddIP with no association */ in sctp_PktParser()1184 if (*passoc == NULL) {/* out of resources */ in sctp_PktParser()1188 (*passoc)->state = SN_ID; in sctp_PktParser()1190 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()[all …]