Searched refs:sctp_style (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsocket.c211 if (!sctp_style(sk, UDP)) {
995 (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))) {
1337 if (sctp_style(sk, TCP)) {
1365 if (sctp_style(sk, TCP) && timeout)
1458 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) {
1476 if (!sctp_style(sk, UDP_HIGH_BANDWIDTH) && msg->msg_name) {
1503 if (sctp_style(sk, TCP) && (sinfo_flags & (SCTP_EOF | SCTP_ABORT))) {
1543 if ((sctp_style(sk, TCP) &&
1566 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) {
1749 if ((sctp_style(s
[all...]
H A Dendpointola.c229 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))
H A Dsm_sideeffect.c758 if (sctp_style(sk, TCP)) {
796 if (!sctp_style(sk, UDP))
811 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING) &&
920 if (!sctp_style(sk, UDP))
H A Dassociola.c392 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))
1148 if (sctp_style(oldsk, TCP))
H A Dsm_statefuns.c671 (sctp_style(sk, TCP) && sk_acceptq_is_full(sk)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsctp.h654 #define sctp_style(sk, style) __sctp_style((sk), (SCTP_SOCKET_##style)) macro

Completed in 142 milliseconds