Searched refs:RCVPOST_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
381 #define RCVPOST_BUF_SIZE 4032 macro383 ((ETH_MAX_MTU+ETH_HEADER_SIZE + RCVPOST_BUF_SIZE-1) / RCVPOST_BUF_SIZE)
401 skb = alloc_skb(RCVPOST_BUF_SIZE, GFP_ATOMIC); in alloc_rcv_buf()405 skb->len = RCVPOST_BUF_SIZE; in alloc_rcv_buf()1211 if (skb->len > RCVPOST_BUF_SIZE) { /* do PRECAUTIONARY check */ in visornic_rx()1219 skb->tail += RCVPOST_BUF_SIZE; /* amount in skb->data */ in visornic_rx()1220 skb->data_len = skb->len - RCVPOST_BUF_SIZE; /* amount that in visornic_rx()1270 (unsigned int)RCVPOST_BUF_SIZE); in visornic_rx()