Searched refs:SCTP_BEING_DELETED (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h93 #define SCTP_BEING_DELETED 0x00000002 /* being deleted, macro
H A Dsctp_timer.c1463 (net->ro._s_addr->localifa_flags & SCTP_BEING_DELETED)) {
1464 if ((net->ro._s_addr != NULL) && (net->ro._s_addr->localifa_flags & SCTP_BEING_DELETED)) {
H A Dsctp_pcb.c635 if (sctp_ifap->localifa_flags & SCTP_BEING_DELETED) {
876 /* sctp_ifap->localifa_flags |= SCTP_BEING_DELETED; */
1079 if (laddr->ifa->localifa_flags & SCTP_BEING_DELETED) {
1288 if (laddr->ifa->localifa_flags & SCTP_BEING_DELETED) {
2092 if (laddr->ifa->localifa_flags & SCTP_BEING_DELETED) {
6109 if (laddr->ifa->localifa_flags & SCTP_BEING_DELETED) {
H A Dsctp_asconf.c3487 if (laddr->ifa->localifa_flags & SCTP_BEING_DELETED)
H A Dsctp_output.c2212 if (laddr->ifa->localifa_flags & SCTP_BEING_DELETED)
2245 if (laddr->ifa->localifa_flags & SCTP_BEING_DELETED) {
4298 if (net->ro._s_addr && (net->ro._s_addr->localifa_flags & (SCTP_BEING_DELETED|SCTP_ADDR_IFA_UNUSEABLE))) {
4660 if (net->ro._s_addr && (net->ro._s_addr->localifa_flags & (SCTP_BEING_DELETED|SCTP_ADDR_IFA_UNUSEABLE))) {

Completed in 667 milliseconds