Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_bsd_addr.c261 sctp_ifa->localifa_flags &= ~SCTP_ADDR_DEFER_USE; in sctp_init_ifns_for_vrf()
H A Dsctp_pcb.h101 #define SCTP_ADDR_DEFER_USE 0x00000004 /* Hold off using this one */ macro
H A Dsctp_output.c2495 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_choose_boundspecific_inp()
2633 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && (non_asoc_addr_ok == 0)) in sctp_choose_boundspecific_stcb()
2667 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && (non_asoc_addr_ok == 0)) in sctp_choose_boundspecific_stcb()
2804 if ((ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_select_nth_preferred_addr_from_ifn_boundall()
2914 if ((ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_count_num_preferred_boundall()
3123 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_choose_boundall()
3185 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_choose_boundall()
3251 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_choose_boundall()
H A Dsctp_asconf.c2275 ifa->localifa_flags &= ~SCTP_ADDR_DEFER_USE; in sctp_asconf_iterator_end()
H A Dsctp_pcb.c609 sctp_ifap->localifa_flags = SCTP_ADDR_VALID | SCTP_ADDR_DEFER_USE; in sctp_add_addr_to_vrf()
712 sctp_ifap->localifa_flags &= ~SCTP_ADDR_DEFER_USE; in sctp_add_addr_to_vrf()