mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-05 18:45:23 +07:00
ipvs: Mark tcp/udp v4 and v6 debug functions static
They are only used in this file, so they should be static Signed-off-by: Sven Wegener <sven.wegener@stealer.net> Acked-by: Julius Volz <juliusv@google.com> Signed-off-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
parent
a5ba4bf273
commit
77eb851630
@ -151,7 +151,7 @@ const char * ip_vs_state_name(__u16 proto, int state)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
static void
|
||||||
ip_vs_tcpudp_debug_packet_v4(struct ip_vs_protocol *pp,
|
ip_vs_tcpudp_debug_packet_v4(struct ip_vs_protocol *pp,
|
||||||
const struct sk_buff *skb,
|
const struct sk_buff *skb,
|
||||||
int offset,
|
int offset,
|
||||||
@ -190,7 +190,7 @@ ip_vs_tcpudp_debug_packet_v4(struct ip_vs_protocol *pp,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_IP_VS_IPV6
|
#ifdef CONFIG_IP_VS_IPV6
|
||||||
void
|
static void
|
||||||
ip_vs_tcpudp_debug_packet_v6(struct ip_vs_protocol *pp,
|
ip_vs_tcpudp_debug_packet_v6(struct ip_vs_protocol *pp,
|
||||||
const struct sk_buff *skb,
|
const struct sk_buff *skb,
|
||||||
int offset,
|
int offset,
|
||||||
|
Loading…
Reference in New Issue
Block a user