Lines Matching refs:SOCK_SEQPACKET
256 if (sock->sk_type == SOCK_SEQPACKET) {
756 if (sk->sk_type != SOCK_STREAM && sk->sk_type != SOCK_SEQPACKET)
806 if (sock->type != SOCK_STREAM && sock->type != SOCK_SEQPACKET)
945 /* SOCK_SEQPACKET: we do not support segmented records */
946 if (sk->sk_type == SOCK_SEQPACKET && !(msg->msg_flags & MSG_EOR))
1001 * this is fine for SOCK_SEQPACKET (unless we want to support
1281 /* SOCK_SEQPACKET: set MSG_TRUNC if recv buf size is too small */
1282 if (sk->sk_type == SOCK_SEQPACKET) {
1352 /* SOCK_SEQPACKET: return real length if MSG_TRUNC is set */
1353 if (sk->sk_type == SOCK_SEQPACKET && (flags & MSG_TRUNC))
2271 case SOCK_SEQPACKET: