Searched refs:NETIUCV_HDRLEN (Results 1 – 1 of 1) sorted by relevance
208 #define NETIUCV_HDRLEN (sizeof(struct ll_header)) macro211 #define NETIUCV_MTU_MAX (NETIUCV_BUFSIZE_MAX - NETIUCV_HDRLEN)603 skb_put(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()615 skb_pull(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()618 header->next -= NETIUCV_HDRLEN; in netiucv_unpack_skb()647 skb_put(pskb, NETIUCV_HDRLEN); in netiucv_unpack_skb()718 (skb->len - NETIUCV_HDRLEN in conn_action_txdone()719 - NETIUCV_HDRLEN); in conn_action_txdone()729 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone()730 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()[all …]