Searched refs:SCTP_ADDR_BEING_DELETED (Results 1 – 4 of 4) sorted by relevance
326 if ((net != NULL) && ((net->dest_state & SCTP_ADDR_BEING_DELETED) == 0)) { in sctp_find_alternate_net()365 if ((net != NULL) && ((net->dest_state & SCTP_ADDR_BEING_DELETED) == 0)) { in sctp_find_alternate_net()399 if ((net != NULL) && ((net->dest_state & SCTP_ADDR_BEING_DELETED) == 0)) { in sctp_find_alternate_net()
477 #define SCTP_ADDR_BEING_DELETED 0x008 macro
4370 net->dest_state |= SCTP_ADDR_BEING_DELETED; in sctp_remove_net()
2187 if (net != NULL && (net->dest_state & SCTP_ADDR_BEING_DELETED)) { in sctp_timer_start()