xfrm: Const'ify selector argument to xfrm_selector_match()
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -845,7 +845,7 @@ __be16 xfrm_flowi_dport(const struct flowi *fl)
|
||||
return port;
|
||||
}
|
||||
|
||||
extern int xfrm_selector_match(struct xfrm_selector *sel,
|
||||
extern int xfrm_selector_match(const struct xfrm_selector *sel,
|
||||
const struct flowi *fl,
|
||||
unsigned short family);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user