Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c684b50 authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller
Browse files

net: move __skb_get_hash function declaration to flow_dissector.h



Since the definition of the function is in flow_dissector.c, it makes
sense to have the declaration in flow_dissector.h

Signed-off-by: default avatarJiri Pirko <jiri@resnulli.us>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d4fd3275
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -918,7 +918,6 @@ skb_set_hash(struct sk_buff *skb, __u32 hash, enum pkt_hash_types type)
	skb->hash = hash;
	skb->hash = hash;
}
}


void __skb_get_hash(struct sk_buff *skb);
static inline __u32 skb_get_hash(struct sk_buff *skb)
static inline __u32 skb_get_hash(struct sk_buff *skb)
{
{
	if (!skb->l4_hash && !skb->sw_hash)
	if (!skb->l4_hash && !skb->sw_hash)
+1 −0
Original line number Original line Diff line number Diff line
@@ -46,6 +46,7 @@ static inline __be32 skb_flow_get_ports(const struct sk_buff *skb,
}
}


u32 flow_hash_from_keys(struct flow_keys *keys);
u32 flow_hash_from_keys(struct flow_keys *keys);
void __skb_get_hash(struct sk_buff *skb);
u32 skb_get_poff(const struct sk_buff *skb);
u32 skb_get_poff(const struct sk_buff *skb);
u32 __skb_get_poff(const struct sk_buff *skb, void *data,
u32 __skb_get_poff(const struct sk_buff *skb, void *data,
		   const struct flow_keys *keys, int hlen);
		   const struct flow_keys *keys, int hlen);