xfrm: Kill XFRM_LOOKUP_WAIT flag.
This can be determined from the flow flags instead. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@ -421,8 +421,7 @@ extern void dst_init(void);
|
||||
|
||||
/* Flags for xfrm_lookup flags argument. */
|
||||
enum {
|
||||
XFRM_LOOKUP_WAIT = 1 << 0,
|
||||
XFRM_LOOKUP_ICMP = 1 << 1,
|
||||
XFRM_LOOKUP_ICMP = 1 << 0,
|
||||
};
|
||||
|
||||
struct flowi;
|
||||
|
Reference in New Issue
Block a user