Home
last modified time | relevance | path

Searched refs:IPPROTO_ESP (Results 1 – 4 of 4) sorted by relevance

/tools/include/uapi/linux/
A Din.h58 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator
59 #define IPPROTO_ESP IPPROTO_ESP macro
/tools/testing/selftests/net/
A Dnat6to4.bpf.c83 case IPPROTO_ESP: // since there is never a checksum to update. in sched_cls_ingress6_nat_6_prog()
206 case IPPROTO_ESP: // We do not need to bother looking at GRE/ESP headers, in sched_cls_egress4_snat4_prog()
A Dipsec.c870 case IPPROTO_ESP: in xfrm_state_pack_algo()
1394 xfrm_tmpl.id.proto = IPPROTO_ESP; in xfrm_monitor_acquire()
2054 int proto_list[] = { IPPROTO_AH, IPPROTO_COMP, IPPROTO_ESP };
2101 case IPPROTO_ESP: in write_proto_plan()
/tools/testing/selftests/bpf/progs/
A Dtest_tunnel_kern.c998 if (!iph || iph->protocol != IPPROTO_ESP) in xfrm_get_state_xdp()
1009 opts.proto = IPPROTO_ESP; in xfrm_get_state_xdp()

Completed in 14 milliseconds