Lines Matching refs:dest_state

99 			if (net->dest_state & SCTP_ADDR_REACHABLE) {  in sctp_threshold_management()
100 net->dest_state &= ~SCTP_ADDR_REACHABLE; in sctp_threshold_management()
101 net->dest_state &= ~SCTP_ADDR_REQ_PRIMARY; in sctp_threshold_management()
102 net->dest_state &= ~SCTP_ADDR_PF; in sctp_threshold_management()
109 if ((net->dest_state & SCTP_ADDR_PF) == 0) { in sctp_threshold_management()
110 net->dest_state |= SCTP_ADDR_PF; in sctp_threshold_management()
119 if ((net->dest_state & SCTP_ADDR_UNCONFIRMED) == 0) { in sctp_threshold_management()
142 ((net == NULL) ? (uint32_t)0 : (uint32_t)net->dest_state)); in sctp_threshold_management()
195 if (((mnet->dest_state & SCTP_ADDR_REACHABLE) != SCTP_ADDR_REACHABLE) || in sctp_find_alternate_net()
196 (mnet->dest_state & SCTP_ADDR_UNCONFIRMED)) { in sctp_find_alternate_net()
207 if (mnet->dest_state & SCTP_ADDR_PF) { in sctp_find_alternate_net()
288 if (((mnet->dest_state & SCTP_ADDR_REACHABLE) != SCTP_ADDR_REACHABLE) || in sctp_find_alternate_net()
289 (mnet->dest_state & SCTP_ADDR_UNCONFIRMED)) { in sctp_find_alternate_net()
326 if ((net != NULL) && ((net->dest_state & SCTP_ADDR_BEING_DELETED) == 0)) { in sctp_find_alternate_net()
350 if (((alt->dest_state & SCTP_ADDR_REACHABLE) == SCTP_ADDR_REACHABLE) && in sctp_find_alternate_net()
352 ((alt->dest_state & SCTP_ADDR_UNCONFIRMED) == 0) && in sctp_find_alternate_net()
365 if ((net != NULL) && ((net->dest_state & SCTP_ADDR_BEING_DELETED) == 0)) { in sctp_find_alternate_net()
382 if (((alt->dest_state & SCTP_ADDR_UNCONFIRMED) == 0) && in sctp_find_alternate_net()
399 if ((net != NULL) && ((net->dest_state & SCTP_ADDR_BEING_DELETED) == 0)) { in sctp_find_alternate_net()
860 if ((net->dest_state & SCTP_ADDR_PF) == 0) { in sctp_t3rxt_timer()
930 if (((net->dest_state & SCTP_ADDR_REACHABLE) == 0) || in sctp_t3rxt_timer()
931 (net->dest_state & SCTP_ADDR_PF)) { in sctp_t3rxt_timer()
1156 if ((net->dest_state & SCTP_ADDR_REACHABLE) == 0) { in sctp_strreset_timer()
1252 if ((net->dest_state & SCTP_ADDR_REACHABLE) == 0) { in sctp_asconf_timer()
1412 net_was_pf = (net->dest_state & SCTP_ADDR_PF) != 0; in sctp_heartbeat_timer()
1438 if ((((net->dest_state & SCTP_ADDR_NOHB) == 0) || in sctp_heartbeat_timer()
1439 (net->dest_state & SCTP_ADDR_UNCONFIRMED)) && in sctp_heartbeat_timer()
1440 (net_was_pf || ((net->dest_state & SCTP_ADDR_PF) == 0))) { in sctp_heartbeat_timer()
1459 (net->dest_state & SCTP_ADDR_UNCONFIRMED) || in sctp_heartbeat_timer()
1460 (net->dest_state & SCTP_ADDR_PF)) { in sctp_heartbeat_timer()