Searched refs:NETIUCV_HDRLEN (Results 1 – 1 of 1) sorted by relevance
240 #define NETIUCV_HDRLEN (sizeof(struct ll_header)) macro243 #define NETIUCV_MTU_MAX (NETIUCV_BUFSIZE_MAX - NETIUCV_HDRLEN)636 skb_put(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()648 skb_pull(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()651 header->next -= NETIUCV_HDRLEN; in netiucv_unpack_skb()680 skb_put(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()751 (skb->len - NETIUCV_HDRLEN in conn_action_txdone()752 - NETIUCV_HDRLEN); in conn_action_txdone()762 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone()763 memcpy(skb_put(conn->tx_buff, NETIUCV_HDRLEN), &header, in conn_action_txdone()[all …]