Searched refs:hroom (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A D | netfilter.c | 135 int hroom, err = 0; in br_ip6_fragment() local 161 hroom = LL_RESERVED_SPACE(skb->dev); in br_ip6_fragment() 168 skb_headroom(skb) < (hroom + sizeof(struct frag_hdr))) in br_ip6_fragment() 176 skb_headroom(frag2) < (hlen + hroom + sizeof(struct frag_hdr))) in br_ip6_fragment()
|
| H A D | ip6_output.c | 780 state->hroom = hdr_room; in ip6_frag_init() 805 state->hroom + state->troom, GFP_ATOMIC); in ip6_frag_next() 814 skb_reserve(frag, state->hroom); in ip6_frag_next() 874 int hroom, err = 0; in ip6_fragment() local 921 hroom = LL_RESERVED_SPACE(rt->dst.dev); in ip6_fragment() 930 skb_headroom(skb) < (hroom + sizeof(struct frag_hdr))) in ip6_fragment() 937 skb_headroom(frag) < (hlen + hroom + sizeof(struct frag_hdr))) in ip6_fragment()
|
| /linux-6.15/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_tx.c | 40 int hroom = adapter->intf_hdr_len; in mwifiex_process_sta_txpd() local 44 pad = ((uintptr_t)skb->data - (sizeof(*local_tx_pd) + hroom)) & in mwifiex_process_sta_txpd() 99 skb_push(skb, hroom); in mwifiex_process_sta_txpd()
|
| H A D | txrx.c | 75 int hroom, ret; in mwifiex_process_tx() local 87 hroom = adapter->intf_hdr_len; in mwifiex_process_tx() 108 local_tx_pd = (struct txpd *)(skb->data + hroom); in mwifiex_process_tx()
|
| H A D | uap_txrx.c | 481 int hroom = adapter->intf_hdr_len; in mwifiex_process_uap_txpd() local 485 pad = ((uintptr_t)skb->data - (sizeof(*txpd) + hroom)) & in mwifiex_process_uap_txpd() 525 skb_push(skb, hroom); in mwifiex_process_uap_txpd()
|
| /linux-6.15/include/net/ |
| H A D | ipv6.h | 199 int hroom; member
|
| /linux-6.15/net/core/ |
| H A D | dev.c | 5239 int err, hroom, troom; in netif_skb_check_for_xdp() local 5247 hroom = XDP_PACKET_HEADROOM - skb_headroom(skb); in netif_skb_check_for_xdp() 5250 hroom > 0 ? ALIGN(hroom, NET_SKB_PAD) : 0, in netif_skb_check_for_xdp()
|
| /linux-6.15/drivers/s390/net/ |
| H A D | qeth_core_main.c | 6930 unsigned int hroom = skb_headroom(skb); in qeth_features_check() local 6933 if (SKB_DATA_ALIGN(hroom + doffset + hsize) <= SKB_MAX_HEAD(0)) in qeth_features_check()
|