Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dnetfilter.c79 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip_route_me_harder()
/kernel/linux/linux-5.10/include/net/
Dneighbour.h459 hh_alen = HH_DATA_ALIGN(ETH_HLEN); in neigh_hh_bridge()
488 hh_alen = HH_DATA_ALIGN(hh_len); in neigh_hh_output()
/kernel/linux/linux-5.10/net/ipv6/
Dnetfilter.c71 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip6_route_me_harder()
/kernel/linux/linux-5.10/net/core/
Dlwt_bpf.c164 int nhead = HH_DATA_ALIGN(hh_len - skb_headroom(skb)); in xmit_check_hhlen()
/kernel/linux/linux-5.10/net/bpf/
Dtest_run.c597 int nhead = HH_DATA_ALIGN(hh_len - skb_headroom(skb)); in bpf_prog_test_run_skb()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h259 #define HH_DATA_ALIGN(__len) \ macro
261 unsigned long hh_data[HH_DATA_ALIGN(LL_MAX_HEADER) / sizeof(long)];