diff options
-rw-r--r-- | net/core/pktgen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/core/pktgen.c b/net/core/pktgen.c index be985f068e79..7bae576ac115 100644 --- a/net/core/pktgen.c +++ b/net/core/pktgen.c | |||
@@ -2159,8 +2159,7 @@ static inline int f_pick(struct pktgen_dev *pkt_dev) | |||
2159 | /* If there was already an IPSEC SA, we keep it as is, else | 2159 | /* If there was already an IPSEC SA, we keep it as is, else |
2160 | * we go look for it ... | 2160 | * we go look for it ... |
2161 | */ | 2161 | */ |
2162 | inline | 2162 | static void get_ipsec_sa(struct pktgen_dev *pkt_dev, int flow) |
2163 | void get_ipsec_sa(struct pktgen_dev *pkt_dev, int flow) | ||
2164 | { | 2163 | { |
2165 | struct xfrm_state *x = pkt_dev->flows[flow].x; | 2164 | struct xfrm_state *x = pkt_dev->flows[flow].x; |
2166 | if (!x) { | 2165 | if (!x) { |