Home
last modified time | relevance | path

Searched refs:hroom (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_tx.c52 int hroom = (priv->adapter->iface_type == MWIFIEX_USB) ? 0 : in mwifiex_process_sta_txpd() local
65 pad = ((void *)skb->data - (sizeof(*local_tx_pd) + hroom)- in mwifiex_process_sta_txpd()
119 skb_push(skb, hroom); in mwifiex_process_sta_txpd()
Dtxrx.c83 int hroom, ret = -1; in mwifiex_process_tx() local
88 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()
Duap_txrx.c353 int hroom = (priv->adapter->iface_type == MWIFIEX_USB) ? 0 : in mwifiex_process_uap_txpd() local
366 pad = ((void *)skb->data - (sizeof(*txpd) + hroom) - NULL) & in mwifiex_process_uap_txpd()
406 skb_push(skb, hroom); in mwifiex_process_uap_txpd()
/linux-4.1.27/net/ipv6/
Dip6_output.c556 int hroom, troom; in ip6_fragment() local
728 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()
/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c3903 int hroom, inpage, rest; in qeth_hdr_chk_and_bounce() local
3907 hroom = skb_headroom(skb); in qeth_hdr_chk_and_bounce()
3910 if (rest > hroom) in qeth_hdr_chk_and_bounce()