Home
last modified time | relevance | path

Searched refs:SCTP_ADDR_BEING_DELETED (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_timer.c326 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()
H A Dsctp_constants.h477 #define SCTP_ADDR_BEING_DELETED 0x008 macro
H A Dsctp_pcb.c4499 net->dest_state |= SCTP_ADDR_BEING_DELETED; in sctp_remove_net()
H A Dsctputil.c2187 if (net != NULL && (net->dest_state & SCTP_ADDR_BEING_DELETED)) { in sctp_timer_start()