Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h520 #define SCTP_PCB_FLAGS_UNBOUND 0x00000010 macro
H A Dsctp_pcb.c2453 SCTP_PCB_FLAGS_UNBOUND); in sctp_inpcb_alloc()
2459 SCTP_PCB_FLAGS_UNBOUND); in sctp_inpcb_alloc()
2669 new_inp->sctp_flags &= ~SCTP_PCB_FLAGS_UNBOUND; in sctp_move_pcb_and_assoc()
2853 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) { in sctp_inpcb_bind_locked()
3215 KASSERT((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) != 0, in sctp_inpcb_bind_locked()
3217 inp->sctp_flags &= ~SCTP_PCB_FLAGS_UNBOUND; in sctp_inpcb_bind_locked()
3503 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) { in sctp_inpcb_free()
3509 inp->sctp_flags |= SCTP_PCB_FLAGS_UNBOUND; in sctp_inpcb_free()
4299 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) { in sctp_aloc_assoc_locked()
H A Dsctp_usrreq.c1408 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) { in sctp_do_connect_x()
3816 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) {
7017 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
7238 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
H A Dsctp_input.c2641 SCTP_PCB_FLAGS_UNBOUND | in sctp_handle_cookie_echo()
H A Dsctputil.c6849 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) { in sctp_bindx_add_address()
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c789 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == in sctp6_connect()
790 SCTP_PCB_FLAGS_UNBOUND) { in sctp6_connect()