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