Searched refs:XFRM_LOOKUP_ICMP (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/net/
H A Ddst.h478 XFRM_LOOKUP_ICMP = 1 << 0, enumerator in enum:__anon2446
/linux-master/net/ipv6/
H A Dicmp.c396 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP);
/linux-master/net/ipv4/
H A Dicmp.c556 XFRM_LOOKUP_ICMP);
/linux-master/net/xfrm/
H A Dxfrm_policy.c3234 if ((flags & XFRM_LOOKUP_ICMP) &&
3269 if (!(flags & XFRM_LOOKUP_ICMP)) {
3615 dst2 = xfrm_lookup(net, dst, &fl1, NULL, (XFRM_LOOKUP_QUEUE | XFRM_LOOKUP_ICMP));

Completed in 140 milliseconds