Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_tx.c52 int hroom = adapter->intf_hdr_len; 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.c87 int hroom, ret = -1; in mwifiex_process_tx() local
94 hroom = adapter->intf_hdr_len; in mwifiex_process_tx()
116 local_tx_pd = (struct txpd *)(head_ptr + hroom); in mwifiex_process_tx()
Duap_txrx.c474 int hroom = adapter->intf_hdr_len; in mwifiex_process_uap_txpd() local
487 pad = ((void *)skb->data - (sizeof(*txpd) + hroom) - NULL) & in mwifiex_process_uap_txpd()
527 skb_push(skb, hroom); in mwifiex_process_uap_txpd()
/Linux-v4.19/net/ipv6/
Dip6_output.c590 int hroom, troom; in ip6_fragment() local
634 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment()
642 skb_headroom(skb) < (hroom + sizeof(struct frag_hdr))) in ip6_fragment()
649 skb_headroom(frag) < (hlen + hroom + sizeof(struct frag_hdr))) in ip6_fragment()
783 hroom + troom, GFP_ATOMIC); in ip6_fragment()
794 skb_reserve(frag, hroom); in ip6_fragment()
/Linux-v4.19/drivers/s390/net/
Dqeth_core_main.c3845 int hroom, inpage, rest; in qeth_hdr_chk_and_bounce() local
3849 hroom = skb_headroom(skb); in qeth_hdr_chk_and_bounce()
3852 if (rest > hroom) in qeth_hdr_chk_and_bounce()
6588 unsigned int hroom = skb_headroom(skb); in qeth_features_check() local
6591 if (SKB_DATA_ALIGN(hroom + doffset + hsize) <= SKB_MAX_HEAD(0)) in qeth_features_check()
/Linux-v4.19/net/core/
Ddev.c4295 int hroom = XDP_PACKET_HEADROOM - skb_headroom(skb); in netif_receive_generic_xdp() local
4302 hroom > 0 ? ALIGN(hroom, NET_SKB_PAD) : 0, in netif_receive_generic_xdp()