Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
A Dnetfilter.c134 int hroom, err = 0; in br_ip6_fragment() local
160 hroom = LL_RESERVED_SPACE(skb->dev); in br_ip6_fragment()
167 skb_headroom(skb) < (hroom + sizeof(struct frag_hdr))) in br_ip6_fragment()
175 skb_headroom(frag2) < (hlen + hroom + sizeof(struct frag_hdr))) in br_ip6_fragment()
A Dip6_output.c761 state->hroom = hdr_room; in ip6_frag_init()
786 state->hroom + state->troom, GFP_ATOMIC); in ip6_frag_next()
795 skb_reserve(frag, state->hroom); in ip6_frag_next()
855 int hroom, err = 0; in ip6_fragment() local
900 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment()
909 skb_headroom(skb) < (hroom + sizeof(struct frag_hdr))) in ip6_fragment()
916 skb_headroom(frag) < (hlen + hroom + sizeof(struct frag_hdr))) in ip6_fragment()
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A Dsta_tx.c40 int hroom = adapter->intf_hdr_len; in mwifiex_process_sta_txpd() local
53 pad = ((uintptr_t)skb->data - (sizeof(*local_tx_pd) + hroom)) & in mwifiex_process_sta_txpd()
107 skb_push(skb, hroom); in mwifiex_process_sta_txpd()
A Dtxrx.c75 int hroom, ret = -1; in mwifiex_process_tx() local
82 hroom = adapter->intf_hdr_len; in mwifiex_process_tx()
104 local_tx_pd = (struct txpd *)(head_ptr + hroom); in mwifiex_process_tx()
A Duap_txrx.c453 int hroom = adapter->intf_hdr_len; in mwifiex_process_uap_txpd() local
466 pad = ((uintptr_t)skb->data - (sizeof(*txpd) + hroom)) & in mwifiex_process_uap_txpd()
506 skb_push(skb, hroom); in mwifiex_process_uap_txpd()
/linux-6.3-rc2/include/net/
A Dipv6.h199 int hroom; member
/linux-6.3-rc2/net/core/
A Ddev.c4821 int hroom = XDP_PACKET_HEADROOM - skb_headroom(skb); in netif_receive_generic_xdp() local
4828 hroom > 0 ? ALIGN(hroom, NET_SKB_PAD) : 0, in netif_receive_generic_xdp()
/linux-6.3-rc2/drivers/s390/net/
A Dqeth_core_main.c6905 unsigned int hroom = skb_headroom(skb); in qeth_features_check() local
6908 if (SKB_DATA_ALIGN(hroom + doffset + hsize) <= SKB_MAX_HEAD(0)) in qeth_features_check()

Completed in 41 milliseconds