Loading include/net/xfrm.h +2 −1 Original line number Diff line number Diff line Loading @@ -1520,7 +1520,8 @@ struct scatterlist; typedef int (icv_update_fn_t)(struct hash_desc *, struct scatterlist *, unsigned int); static inline int xfrm_addr_cmp(xfrm_address_t *a, xfrm_address_t *b, static inline int xfrm_addr_cmp(const xfrm_address_t *a, const xfrm_address_t *b, int family) { switch (family) { Loading Loading
include/net/xfrm.h +2 −1 Original line number Diff line number Diff line Loading @@ -1520,7 +1520,8 @@ struct scatterlist; typedef int (icv_update_fn_t)(struct hash_desc *, struct scatterlist *, unsigned int); static inline int xfrm_addr_cmp(xfrm_address_t *a, xfrm_address_t *b, static inline int xfrm_addr_cmp(const xfrm_address_t *a, const xfrm_address_t *b, int family) { switch (family) { Loading