Searched refs:sctp_style (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/net/sctp/ |
D | socket.c | 179 if (!sctp_style(sk, UDP)) { in sctp_id2assoc() 961 if (sctp_style(sk, TCP)) { in sctp_close() 988 if (sctp_style(sk, TCP) && timeout) in sctp_close() 1081 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) { in sctp_sendmsg() 1099 if (!sctp_style(sk, UDP_HIGH_BANDWIDTH) && msg->msg_name) { in sctp_sendmsg() 1131 if (sctp_style(sk, TCP) && (sinfo_flags & (MSG_EOF | MSG_ABORT))) { in sctp_sendmsg() 1171 if ((sctp_style(sk, TCP) && in sctp_sendmsg() 1194 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) { in sctp_sendmsg() 1362 if ((sctp_style(sk, TCP) && msg_name) || in sctp_sendmsg() 1512 if (sctp_style(sk, TCP) && !sctp_sstate(sk, ESTABLISHED)) { in sctp_recvmsg() [all …]
|
D | sm_sideeffect.c | 482 if (!sctp_style(asoc->base.sk, UDP)) in sctp_cmd_assoc_failed() 668 if (sctp_style(sk, TCP)) { in sctp_cmd_new_state() 696 if (!sctp_style(sk, UDP)) in sctp_cmd_new_state() 711 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING) && in sctp_cmd_delete_tcb()
|
D | endpointola.c | 173 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_endpoint_add_asoc()
|
D | associola.c | 313 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) in sctp_association_free() 913 if (sctp_style(oldsk, TCP)) in sctp_assoc_migrate()
|
D | sm_statefuns.c | 270 (sctp_style(sk, TCP) && in sctp_sf_do_5_1B_init()
|
/linux-2.4.37.9/include/net/sctp/ |
D | sctp.h | 588 #define sctp_style(sk, style) __sctp_style((sk), (SCTP_SOCKET_##style)) macro
|