Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDsctp.h520 #define SCTP_PCB_FLAGS_UNBOUND 0x00000010 macro
HDsctp_pcb.c2326 SCTP_PCB_FLAGS_UNBOUND); in sctp_inpcb_alloc()
2332 SCTP_PCB_FLAGS_UNBOUND); in sctp_inpcb_alloc()
2541 new_inp->sctp_flags &= ~SCTP_PCB_FLAGS_UNBOUND; in sctp_move_pcb_and_assoc()
2725 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) { in sctp_inpcb_bind_locked()
3087 KASSERT((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) != 0, in sctp_inpcb_bind_locked()
3089 inp->sctp_flags &= ~SCTP_PCB_FLAGS_UNBOUND; in sctp_inpcb_bind_locked()
3375 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) { in sctp_inpcb_free()
3381 inp->sctp_flags |= SCTP_PCB_FLAGS_UNBOUND; in sctp_inpcb_free()
4171 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) { in sctp_aloc_assoc_locked()
HDsctp_usrreq.c1426 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) { in sctp_do_connect_x()
3834 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) {
7018 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
7231 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
HDsctp_input.c2639 SCTP_PCB_FLAGS_UNBOUND | in sctp_handle_cookie_echo()
HDsctputil.c6848 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) { in sctp_bindx_add_address()
/freebsd-13-stable/sys/netinet6/
HDsctp6_usrreq.c817 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == in sctp6_connect()
818 SCTP_PCB_FLAGS_UNBOUND) { in sctp6_connect()