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()629 skb_put(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()700 (skb->len - NETIUCV_HDRLEN in conn_action_txdone()701 - NETIUCV_HDRLEN); in conn_action_txdone()711 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone()712 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()[all …]