Home
last modified time | relevance | path

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

/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/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/ipv4/
H A Dip_gre.c901 pskb_expand_head(skb, HH_DATA_ALIGN(needed - skb_headroom(skb)), in ipgre_header()
/linux/net/ipv6/
H A Dip6_gre.c1377 pskb_expand_head(skb, HH_DATA_ALIGN(needed - skb_headroom(skb)), in ip6gre_header()