Searched refs:NETIUCV_HDRLEN (Results 1 – 1 of 1) sorted by relevance
241 #define NETIUCV_HDRLEN (sizeof(struct ll_header)) macro244 #define NETIUCV_MTU_MAX (NETIUCV_BUFSIZE_MAX - NETIUCV_HDRLEN)637 skb_put(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()649 skb_pull(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()652 header->next -= NETIUCV_HDRLEN; in netiucv_unpack_skb()681 skb_put(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()752 (skb->len - NETIUCV_HDRLEN in conn_action_txdone()753 - NETIUCV_HDRLEN); in conn_action_txdone()763 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone()764 memcpy(skb_put(conn->tx_buff, NETIUCV_HDRLEN), &header, in conn_action_txdone()[all …]