Searched refs:NETIUCV_HDRLEN (Results 1 – 1 of 1) sorted by relevance
190 #define NETIUCV_HDRLEN (sizeof(struct ll_header)) macro193 #define NETIUCV_MTU_MAX (NETIUCV_BUFSIZE_MAX - NETIUCV_HDRLEN)585 skb_put(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()597 skb_pull(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()600 header->next -= NETIUCV_HDRLEN; in netiucv_unpack_skb()625 skb_put(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()696 (skb->len - NETIUCV_HDRLEN in conn_action_txdone()697 - NETIUCV_HDRLEN); in conn_action_txdone()707 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone()708 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()[all …]