mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-16 11:32:41 +00:00
net: Push protocol type directly down to header_ops->cache()
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3769cffb1c
commit
e69dd336ee
7 changed files with 13 additions and 13 deletions
|
@ -38,7 +38,7 @@ extern int eth_header(struct sk_buff *skb, struct net_device *dev,
|
|||
const void *daddr, const void *saddr, unsigned len);
|
||||
extern int eth_rebuild_header(struct sk_buff *skb);
|
||||
extern int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr);
|
||||
extern int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh);
|
||||
extern int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type);
|
||||
extern void eth_header_cache_update(struct hh_cache *hh,
|
||||
const struct net_device *dev,
|
||||
const unsigned char *haddr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue