Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_PORTREUSE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp.h570 #define SCTP_PCB_FLAGS_PORTREUSE 0x0000000002000000 macro
H A Dsctp_pcb.c1844 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) { in sctp_swap_inpcb_for_listen()
2969 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && in sctp_inpcb_bind_locked()
2970 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_inpcb_bind_locked()
2996 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && in sctp_inpcb_bind_locked()
2997 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_inpcb_bind_locked()
3020 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && in sctp_inpcb_bind_locked()
3021 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_inpcb_bind_locked()
4207 ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) || in sctp_aloc_assoc_locked()
H A Dsctp_usrreq.c1355 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_do_connect_x()
1606 *value = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE);
3827 sctp_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE);
3829 sctp_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE);
7026 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
7109 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) {
7201 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) &&