Home
last modified time | relevance | path

Searched refs:SCTP_ADDR_DEFER_USE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_bsd_addr.c258 sctp_ifa->localifa_flags &= ~SCTP_ADDR_DEFER_USE; in sctp_init_ifns_for_vrf()
H A Dsctp_pcb.h98 #define SCTP_ADDR_DEFER_USE 0x00000004 /* Hold off using this one */ macro
H A Dsctp_output.c2492 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_choose_boundspecific_inp()
2630 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && (non_asoc_addr_ok == 0)) in sctp_choose_boundspecific_stcb()
2664 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && (non_asoc_addr_ok == 0)) in sctp_choose_boundspecific_stcb()
2801 if ((ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_select_nth_preferred_addr_from_ifn_boundall()
2910 if ((ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_count_num_preferred_boundall()
3119 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_choose_boundall()
3181 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_choose_boundall()
3247 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_choose_boundall()
H A Dsctp_asconf.c2271 ifa->localifa_flags &= ~SCTP_ADDR_DEFER_USE; in sctp_asconf_iterator_end()
H A Dsctp_pcb.c501 sctp_ifap->localifa_flags = SCTP_ADDR_VALID | SCTP_ADDR_DEFER_USE; in sctp_add_addr_to_vrf()
599 sctp_ifap->localifa_flags &= ~SCTP_ADDR_DEFER_USE; in sctp_add_addr_to_vrf()