Message ID | 20250221110941.2041629-2-nicolas.dichtel@6wind.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: remove skb_flow_get_ports() | expand |
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index bb2b751d274a..f403d43064a5 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -1530,12 +1530,6 @@ u32 __skb_get_poff(const struct sk_buff *skb, const void *data, __be32 __skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto, const void *data, int hlen_proto); -static inline __be32 skb_flow_get_ports(const struct sk_buff *skb, - int thoff, u8 ip_proto) -{ - return __skb_flow_get_ports(skb, thoff, ip_proto, NULL, 0); -} - void skb_flow_dissector_init(struct flow_dissector *flow_dissector, const struct flow_dissector_key *key, unsigned int key_count);