Searched refs:asconf_del_pending (Results 1 – 2 of 2) sorted by relevance
1354 if ((type == SCTP_DEL_IP_ADDRESS) && !stcb->asoc.asconf_del_pending) { in sctp_asconf_queue_add()1362 stcb->asoc.asconf_del_pending = 1; in sctp_asconf_queue_add()1379 if ((type == SCTP_ADD_IP_ADDRESS) && stcb->asoc.asconf_del_pending && (status == 0)) { in sctp_asconf_queue_add()1387 stcb->asoc.asconf_del_pending = 0; in sctp_asconf_queue_add()
1157 uint8_t asconf_del_pending; /* asconf delete last addr pending */ member