Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_BOUNDALL (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp.h518 #define SCTP_PCB_FLAGS_BOUNDALL 0x00000004 macro
539 #define SCTP_PCB_COPY_FLAGS (SCTP_PCB_FLAGS_BOUNDALL|\
H A Dsctp_asconf.c1355 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_asconf_queue_add()
1890 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0 || in sctp_addr_mgmt_assoc()
2221 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_asconf_iterator_stcb()
2697 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) in sctp_compose_asconf()
3154 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_check_address_list()
3368 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_asconf_send_nat_state_update()
H A Dsctp_pcb.c728 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_does_stcb_own_this_addr()
967 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_tcb_special_locate()
1512 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) && in sctp_endpoint_probe()
1596 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL)) { in sctp_endpoint_probe()
2569 if ((new_inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_move_pcb_and_assoc()
2960 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUNDALL; in sctp_inpcb_bind_locked()
3060 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUNDALL; in sctp_inpcb_bind_locked()
5090 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_destination_is_reachable()
5170 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_add_local_addr_ep()
5252 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_del_local_addr_ep()
[all …]
H A Dsctp_sysctl.c148 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_sysctl_number_of_addresses()
253 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_sysctl_copy_out_local_addresses()
H A Dsctp_usrreq.c1061 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_fill_up_addresses_vrf()
1262 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_max_size_addresses_vrf()
1541 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3761 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
5863 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
7115 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
7384 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
H A Dsctputil.c1669 SCTP_PCB_FLAGS_BOUNDALL, in sctp_handle_addr_wq()
6784 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_bindx_add_address()
6892 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_bindx_delete_address()
6996 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_local_addr_count()
H A Dsctp_output.c2040 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_add_addresses_to_i_ia()
3424 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_source_address_selection()
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c905 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp6_getaddr()