Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dnetfilter.c126 int hroom, err = 0; in br_ip6_fragment() local
152 hroom = LL_RESERVED_SPACE(skb->dev); in br_ip6_fragment()
159 skb_headroom(skb) < (hroom + sizeof(struct frag_hdr))) in br_ip6_fragment()
167 skb_headroom(frag2) < (hlen + hroom + sizeof(struct frag_hdr))) in br_ip6_fragment()
Dip6_output.c679 state->hroom = hdr_room; in ip6_frag_init()
704 state->hroom + state->troom, GFP_ATOMIC); in ip6_frag_next()
713 skb_reserve(frag, state->hroom); in ip6_frag_next()
772 int hroom, err = 0; in ip6_fragment() local
817 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment()
826 skb_headroom(skb) < (hroom + sizeof(struct frag_hdr))) in ip6_fragment()
833 skb_headroom(frag) < (hlen + hroom + sizeof(struct frag_hdr))) in ip6_fragment()
/Linux-v5.4/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.c469 int hroom = adapter->intf_hdr_len; in mwifiex_process_uap_txpd() local
482 pad = ((void *)skb->data - (sizeof(*txpd) + hroom) - NULL) & in mwifiex_process_uap_txpd()
522 skb_push(skb, hroom); in mwifiex_process_uap_txpd()
/Linux-v5.4/include/net/
Dipv6.h185 int hroom; member
/Linux-v5.4/net/core/
Ddev.c4268 int hroom = XDP_PACKET_HEADROOM - skb_headroom(skb); in netif_receive_generic_xdp() local
4275 hroom > 0 ? ALIGN(hroom, NET_SKB_PAD) : 0, in netif_receive_generic_xdp()
/Linux-v5.4/drivers/s390/net/
Dqeth_core_main.c6180 unsigned int hroom = skb_headroom(skb); in qeth_features_check() local
6183 if (SKB_DATA_ALIGN(hroom + doffset + hsize) <= SKB_MAX_HEAD(0)) in qeth_features_check()