Searched refs:NETIUCV_HDRLEN (Results 1 – 1 of 1) sorted by relevance
226 #define NETIUCV_HDRLEN (sizeof(struct ll_header)) macro229 #define NETIUCV_MTU_MAX (NETIUCV_BUFSIZE_MAX - NETIUCV_HDRLEN)621 skb_put(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()633 skb_pull(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()636 header->next -= NETIUCV_HDRLEN; in netiucv_unpack_skb()665 skb_put(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()736 (skb->len - NETIUCV_HDRLEN in conn_action_txdone()737 - NETIUCV_HDRLEN); in conn_action_txdone()747 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone()748 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()[all …]