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