Searched refs:ROSE_PACLEN (Results 1 – 1 of 1) sorted by relevance
1165 #define ROSE_PACLEN (256-ROSE_MIN_LEN) in rose_sendmsg() macro1166 if (skb->len - ROSE_MIN_LEN > ROSE_PACLEN) { in rose_sendmsg()1179 if ((skbn = sock_alloc_send_skb(sk, frontlen + ROSE_PACLEN, 0, &err)) == NULL) { in rose_sendmsg()1190 lg = (ROSE_PACLEN > skb->len) ? skb->len : ROSE_PACLEN; in rose_sendmsg()