Searched refs:sctp_state (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_sideeffect.c762 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED))
766 if (sctp_state(asoc, SHUTDOWN_RECEIVED) &&
771 if (sctp_state(asoc, COOKIE_WAIT)) {
781 if (sctp_state(asoc, ESTABLISHED) ||
782 sctp_state(asoc, CLOSED) ||
783 sctp_state(asoc, SHUTDOWN_RECEIVED)) {
H A Doutput.c553 if (sctp_state(asoc, ESTABLISHED) && asoc->autoclose) {
659 inflight && sctp_state(asoc, ESTABLISHED)) {
H A Dsocket.c546 if (!sctp_state(asoc, ESTABLISHED))
723 if (!sctp_state(asoc, ESTABLISHED))
1343 if (sctp_state(asoc, CLOSED)) {
1566 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) {
1760 if (sctp_state(asoc, CLOSED)) {
2885 if (!sctp_state(asoc, ESTABLISHED))
6183 if (sctp_state(asoc, ESTABLISHED))
6457 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP))
H A Dsm_statefuns.c1462 if (!sctp_state(asoc, COOKIE_WAIT)) {
1700 if (sctp_state(asoc, SHUTDOWN_ACK_SENT)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsctp.h661 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) macro

Completed in 138 milliseconds