Lines Matching refs:SOCK_SEQPACKET
240 if (sock->sk_type == SOCK_SEQPACKET) {
733 if (sk->sk_type != SOCK_STREAM && sk->sk_type != SOCK_SEQPACKET)
783 if (sock->type != SOCK_STREAM && sock->type != SOCK_SEQPACKET)
922 /* SOCK_SEQPACKET: we do not support segmented records */
923 if (sk->sk_type == SOCK_SEQPACKET && !(msg->msg_flags & MSG_EOR))
978 * this is fine for SOCK_SEQPACKET (unless we want to support
1262 /* SOCK_SEQPACKET: set MSG_TRUNC if recv buf size is too small */
1263 if (sk->sk_type == SOCK_SEQPACKET) {
1333 /* SOCK_SEQPACKET: return real length if MSG_TRUNC is set */
1334 if (sk->sk_type == SOCK_SEQPACKET && (flags & MSG_TRUNC))
2237 case SOCK_SEQPACKET: