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() local65 pad = ((void *)skb->data - (sizeof(*local_tx_pd) + hroom)- in mwifiex_process_sta_txpd()119 skb_push(skb, hroom); in mwifiex_process_sta_txpd()
83 int hroom, ret = -1; in mwifiex_process_tx() local88 hroom = (adapter->iface_type == MWIFIEX_USB) ? 0 : INTF_HEADER_LEN; in mwifiex_process_tx()103 local_tx_pd = (struct txpd *)(head_ptr + hroom); in mwifiex_process_tx()
353 int hroom = (priv->adapter->iface_type == MWIFIEX_USB) ? 0 : in mwifiex_process_uap_txpd() local366 pad = ((void *)skb->data - (sizeof(*txpd) + hroom) - NULL) & in mwifiex_process_uap_txpd()406 skb_push(skb, hroom); in mwifiex_process_uap_txpd()
556 int hroom, troom; in ip6_fragment() local728 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment()747 hroom + troom, GFP_ATOMIC); in ip6_fragment()760 skb_reserve(frag, hroom); in ip6_fragment()
3903 int hroom, inpage, rest; in qeth_hdr_chk_and_bounce() local3907 hroom = skb_headroom(skb); in qeth_hdr_chk_and_bounce()3910 if (rest > hroom) in qeth_hdr_chk_and_bounce()