Searched refs:SCTP_PCB_FLAGS_IN_TCPPOOL (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_peeloff.c67 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
117 SCTP_PCB_FLAGS_IN_TCPPOOL | /* Turn on Blocking IO */
H A Dsctp_usrreq.c671 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
860 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) {
1350 if ((inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) &&
1477 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) { \
1652 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) ||
1683 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) ||
1710 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) ||
1756 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) ||
1830 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
1854 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
[all...]
H A Dsctputil.h264 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) { \
285 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) { \
300 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) { \
H A Dsctp.h526 #define SCTP_PCB_FLAGS_IN_TCPPOOL 0x00400000 macro
H A Dsctp_pcb.c1313 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
1877 if ((inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) == 0) {
1901 tinp->sctp_flags |= SCTP_PCB_FLAGS_IN_TCPPOOL;
1908 inp->sctp_flags &= ~SCTP_PCB_FLAGS_IN_TCPPOOL;
2285 if (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) {
3239 inp->sctp_flags |= SCTP_PCB_FLAGS_IN_TCPPOOL;
4236 if ((inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) &&
4250 if ((inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) ||
4897 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
H A Dsctp_input.c1031 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
1568 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) &&
1752 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) &&
2225 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) &&
2695 SCTP_PCB_FLAGS_IN_TCPPOOL |
2839 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
H A Dsctputil.c3248 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) &&
3273 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) &&
3728 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
4340 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) ||
4998 if (stcb->sctp_socket && (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) ||
5584 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) {
H A Dsctp_output.c7246 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) {
12612 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {

Completed in 270 milliseconds