Home
last modified time | relevance | path

Searched refs:SCTP_ADDR_PF (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_timer.c102 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()
207 if (mnet->dest_state & SCTP_ADDR_PF) { in sctp_find_alternate_net()
860 if ((net->dest_state & SCTP_ADDR_PF) == 0) { in sctp_t3rxt_timer()
931 (net->dest_state & SCTP_ADDR_PF)) { in sctp_t3rxt_timer()
1412 net_was_pf = (net->dest_state & SCTP_ADDR_PF) != 0; in sctp_heartbeat_timer()
1440 (net_was_pf || ((net->dest_state & SCTP_ADDR_PF) == 0))) { in sctp_heartbeat_timer()
1460 (net->dest_state & SCTP_ADDR_PF)) { in sctp_heartbeat_timer()
H A Dsctp_usrreq.c198 net->dest_state &= ~SCTP_ADDR_PF; in sctp_notify()
5371 if (net->dest_state & SCTP_ADDR_PF) {
5373 net->dest_state &= ~SCTP_ADDR_PF;
5378 net->dest_state |= SCTP_ADDR_PF;
5418 net->dest_state &= ~SCTP_ADDR_PF;
5423 net->dest_state |= SCTP_ADDR_PF;
6380 if (net->dest_state & SCTP_ADDR_PF) {
6383 net->dest_state &= ~SCTP_ADDR_PF;
6388 net->dest_state |= SCTP_ADDR_PF;
6414 net->dest_state &= ~SCTP_ADDR_PF;
[all …]
H A Dsctp_constants.h483 #define SCTP_ADDR_PF 0x800 macro
H A Dsctp_sysctl.c527 xraddr.potentially_failed = ((net->dest_state & SCTP_ADDR_PF) == SCTP_ADDR_PF); in sctp_sysctl_handle_assoclist()
H A Dsctp_indata.c4175 if (net->dest_state & SCTP_ADDR_PF) { in sctp_express_handle_sack()
4176 net->dest_state &= ~SCTP_ADDR_PF; in sctp_express_handle_sack()
4920 if (net->dest_state & SCTP_ADDR_PF) { in sctp_handle_sack()
4921 net->dest_state &= ~SCTP_ADDR_PF; in sctp_handle_sack()
H A Dsctp_input.c630 if (r_net->dest_state & SCTP_ADDR_PF) { in sctp_handle_heartbeat_ack()
631 r_net->dest_state &= ~SCTP_ADDR_PF; in sctp_handle_heartbeat_ack()
H A Dsctp_asconf.c541 ((stcb->asoc.primary_destination->dest_state & SCTP_ADDR_PF) == 0) && in sctp_process_asconf_set_primary()
H A Dsctp_output.c3924 net->dest_state &= ~SCTP_ADDR_PF; in sctp_handle_no_route()
7956 ((net->dest_state & SCTP_ADDR_PF) || in sctp_med_chunk_output()
8579 (net->dest_state & SCTP_ADDR_PF)) { in sctp_med_chunk_output()
H A Dsctp_pcb.c6698 if (((net->dest_state & SCTP_ADDR_PF) == 0) && in sctp_set_primary_addr()
H A Dsctputil.c2294 ((net->dest_state & SCTP_ADDR_PF) == 0)) { in sctp_timer_start()
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c190 net->dest_state &= ~SCTP_ADDR_PF; in sctp6_notify()