Loading net/xfrm/xfrm_policy.c +3 −3 Original line number Diff line number Diff line Loading @@ -1641,7 +1641,7 @@ static struct dst_entry *xfrm_bundle_create(struct xfrm_policy *policy, goto out; } static int inline static inline int xfrm_dst_alloc_copy(void **target, const void *src, int size) { if (!*target) { Loading @@ -1653,7 +1653,7 @@ xfrm_dst_alloc_copy(void **target, const void *src, int size) return 0; } static int inline static inline int xfrm_dst_update_parent(struct dst_entry *dst, const struct xfrm_selector *sel) { #ifdef CONFIG_XFRM_SUB_POLICY Loading @@ -1665,7 +1665,7 @@ xfrm_dst_update_parent(struct dst_entry *dst, const struct xfrm_selector *sel) #endif } static int inline static inline int xfrm_dst_update_origin(struct dst_entry *dst, const struct flowi *fl) { #ifdef CONFIG_XFRM_SUB_POLICY Loading Loading
net/xfrm/xfrm_policy.c +3 −3 Original line number Diff line number Diff line Loading @@ -1641,7 +1641,7 @@ static struct dst_entry *xfrm_bundle_create(struct xfrm_policy *policy, goto out; } static int inline static inline int xfrm_dst_alloc_copy(void **target, const void *src, int size) { if (!*target) { Loading @@ -1653,7 +1653,7 @@ xfrm_dst_alloc_copy(void **target, const void *src, int size) return 0; } static int inline static inline int xfrm_dst_update_parent(struct dst_entry *dst, const struct xfrm_selector *sel) { #ifdef CONFIG_XFRM_SUB_POLICY Loading @@ -1665,7 +1665,7 @@ xfrm_dst_update_parent(struct dst_entry *dst, const struct xfrm_selector *sel) #endif } static int inline static inline int xfrm_dst_update_origin(struct dst_entry *dst, const struct flowi *fl) { #ifdef CONFIG_XFRM_SUB_POLICY Loading