Searched refs:hroom (Results 1 – 5 of 5) sorted by relevance
52 int hroom = (priv->adapter->iface_type == MWIFIEX_USB) ? 0 : in mwifiex_process_sta_txpd() local66 pad = ((void *)skb->data - (sizeof(*local_tx_pd) + hroom)- in mwifiex_process_sta_txpd()120 skb_push(skb, hroom); in mwifiex_process_sta_txpd()
87 int hroom, ret = -1; in mwifiex_process_tx() local94 hroom = (adapter->iface_type == MWIFIEX_USB) ? 0 : INTF_HEADER_LEN; in mwifiex_process_tx()116 local_tx_pd = (struct txpd *)(head_ptr + hroom); in mwifiex_process_tx()
376 int hroom = (priv->adapter->iface_type == MWIFIEX_USB) ? 0 : in mwifiex_process_uap_txpd() local390 pad = ((void *)skb->data - (sizeof(*txpd) + hroom) - NULL) & in mwifiex_process_uap_txpd()430 skb_push(skb, hroom); in mwifiex_process_uap_txpd()
569 int hroom, troom; in ip6_fragment() local610 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment()618 skb_headroom(skb) < (hroom + sizeof(struct frag_hdr))) in ip6_fragment()625 skb_headroom(frag) < (hlen + hroom + sizeof(struct frag_hdr))) in ip6_fragment()764 hroom + troom, GFP_ATOMIC); in ip6_fragment()777 skb_reserve(frag, hroom); in ip6_fragment()
3855 int hroom, inpage, rest; in qeth_hdr_chk_and_bounce() local3859 hroom = skb_headroom(skb); in qeth_hdr_chk_and_bounce()3862 if (rest > hroom) in qeth_hdr_chk_and_bounce()