Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dnetfilter.c81 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip6_route_me_harder()
H A Dip6_gre.c1374 pskb_expand_head(skb, HH_DATA_ALIGN(needed - skb_headroom(skb)), in ip6gre_header()
/linux/include/net/
H A Dneighbour.h492 unsigned int seq, hh_alen = HH_DATA_ALIGN(ETH_HLEN); in neigh_hh_bridge()
529 hh_alen = HH_DATA_ALIGN(hh_len); in neigh_hh_output()
/linux/net/ipv4/
H A Dip_gre.c905 pskb_expand_head(skb, HH_DATA_ALIGN(needed - skb_headroom(skb)), in ipgre_header()
/linux/include/linux/
H A Dnetdevice.h290 #define HH_DATA_ALIGN(__len) \ macro
292 unsigned long hh_data[HH_DATA_ALIGN(LL_MAX_HEADER) / sizeof(long)];
/linux/net/bpf/
H A Dtest_run.c1230 int nhead = HH_DATA_ALIGN(hh_len - skb_headroom(skb)); in bpf_prog_test_run_skb()