Home
last modified time | relevance | path

Searched refs:localifa_flags (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_bsd_addr.c128 ifa->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
130 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
133 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
139 ifa->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
141 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
261 sctp_ifa->localifa_flags &= ~SCTP_ADDR_DEFER_USE; in sctp_init_ifns_for_vrf()
H A Dsctp_pcb.c342 sctp_ifap->localifa_flags &= (~SCTP_ADDR_VALID); in sctp_mark_ifa_addr_down()
343 sctp_ifap->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE; in sctp_mark_ifa_addr_down()
384 sctp_ifap->localifa_flags &= (~SCTP_ADDR_IFA_UNUSEABLE); in sctp_mark_ifa_addr_up()
385 sctp_ifap->localifa_flags |= SCTP_ADDR_VALID; in sctp_mark_ifa_addr_up()
563 if (sctp_ifap->localifa_flags & SCTP_BEING_DELETED) { in sctp_add_addr_to_vrf()
566 sctp_ifap->localifa_flags = SCTP_ADDR_VALID; in sctp_add_addr_to_vrf()
594 sctp_ifap->localifa_flags = SCTP_ADDR_VALID; in sctp_add_addr_to_vrf()
712 sctp_ifap->localifa_flags &= ~SCTP_ADDR_DEFER_USE; in sctp_add_addr_to_vrf()
767 sctp_ifap->localifa_flags &= SCTP_ADDR_VALID; in sctp_del_addr_from_vrf()
5315 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_add_local_addr_ep()
[all …]
H A Dsctp_pcb.h114 uint32_t localifa_flags; member
H A Dsctp_asconf.c1931 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_addr_mgmt_assoc()
2275 ifa->localifa_flags &= ~SCTP_ADDR_DEFER_USE; in sctp_asconf_iterator_end()
2482 if (sctp_ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_find_valid_localaddr()
3414 if (laddr->ifa->localifa_flags & SCTP_BEING_DELETED) in sctp_asconf_send_nat_state_update()
H A Dsctp_timer.c1486 (net->ro._s_addr->localifa_flags & SCTP_BEING_DELETED)) { in sctp_pathmtu_timer()
1487 if ((net->ro._s_addr != NULL) && (net->ro._s_addr->localifa_flags & SCTP_BEING_DELETED)) { in sctp_pathmtu_timer()
H A Dsctp_output.c1911 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_address_in_scope()
2163 if (laddr->ifa->localifa_flags & SCTP_BEING_DELETED) in sctp_add_addresses_to_i_ia()
2193 if (laddr->ifa->localifa_flags & SCTP_BEING_DELETED) { in sctp_add_addresses_to_i_ia()
2271 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_ifa_addr_preferred()
2374 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_ifa_addr_acceptable()
2495 if ((sctp_ifa->localifa_flags & SCTP_ADDR_DEFER_USE) && in sctp_choose_boundspecific_inp()
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()
[all …]