Searched refs:sctp_flags (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_usrreq.c689 flags = inp->sctp_flags;
694 (atomic_cmpset_int(&inp->sctp_flags, flags, (flags | SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_CLOSE_IP)))) {
715 flags = inp->sctp_flags;
769 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUND_V6; /* I'm not v6! */
781 flags = inp->sctp_flags;
783 (atomic_cmpset_int(&inp->sctp_flags, flags, (flags | SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_CLOSE_IP)))) {
791 flags = inp->sctp_flags;
875 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUND_V6;
876 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUND_CONN;
924 flags = inp->sctp_flags;
[all...]
H A Dsctp_constants.h1032 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1033 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
1042 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1044 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
1052 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1054 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
1063 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1064 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
1073 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1074 inp->sctp_flags |
[all...]
H A Dsctp_peeloff.c70 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
71 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
119 n_inp->sctp_flags = (SCTP_PCB_FLAGS_UDPTYPE |
122 (SCTP_PCB_COPY_FLAGS & inp->sctp_flags));
236 n_inp->sctp_flags = (SCTP_PCB_FLAGS_UDPTYPE |
239 (SCTP_PCB_COPY_FLAGS & inp->sctp_flags));
H A Dsctputil.h302 if (stcb->sctp_socket && ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || \
303 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) { \
323 if (stcb->sctp_socket && ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || \
324 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) { \
338 ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || \
339 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) { \
H A Dsctp_pcb.c967 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
1216 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1278 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
1507 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
1508 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
1559 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1688 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1847 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1952 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1956 if ((inp->sctp_flags
[all...]
H A Dsctputil.c113 sctp_clog.x.close.sctp_flags = inp->sctp_flags;
532 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE)
534 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEOUTPUT)
536 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT)
1062 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1075 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
1318 ((it->inp->sctp_flags & it->pcb_flags) != it->pcb_flags)) ||
2463 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
2803 if (((stcb->sctp_ep->sctp_flags
[all...]
H A Dsctp_input.c189 ((inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) ||
190 (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) ||
1070 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
1071 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
1630 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
1631 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) &&
1643 stcb->sctp_ep->sctp_flags |=
1828 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
1829 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) &&
1834 stcb->sctp_ep->sctp_flags |
[all...]
H A Dsctp_asconf.c1883 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0 ||
1922 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0)
1972 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
2034 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
2047 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
2127 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) {
2166 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
2185 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
2236 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
2717 if (stcb->sctp_ep->sctp_flags
[all...]
H A Dsctp_sysctl.c191 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
260 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
273 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
292 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
505 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
511 xinpcb.flags = inp->sctp_flags;
523 (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE)) {
H A Dsctp_pcb.h466 uint32_t sctp_flags; /* INP state flag set */ member in struct:sctp_inpcb
H A Dsctp_auth.c1786 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) ||
1787 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) ||
H A Dsctp_output.c2081 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3527 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
5967 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
5980 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
6636 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
7680 ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
7681 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) {
10786 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
13246 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) &&
13331 if ((inp->sctp_flags
[all...]
H A Dsctp_uio.h912 uint32_t sctp_flags; member in struct:sctp_log_closing
H A Dsctp_indata.c399 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) ||
1355 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) ||
1356 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) ||
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
H A Dsctp6_usrreq.c732 flags = inp->sctp_flags;
737 (atomic_cmpset_int(&inp->sctp_flags, flags, (flags | SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_CLOSE_IP)))) {
757 flags = inp->sctp_flags;
806 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUND_V6; /* I'm v6! */
1071 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) &&
1234 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
1246 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) &&
1247 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
1281 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1314 if (stcb->sctp_ep->sctp_flags
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c288 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {

Completed in 5169 milliseconds