Searched refs:IPPROTO_ESP (Results 1 – 4 of 4) sorted by relevance
58 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator59 #define IPPROTO_ESP IPPROTO_ESP macro
83 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()
870 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()
998 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