Home
last modified time | relevance | path

Searched refs:UDP_ENCAP_ESPINUDP (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/include/uapi/linux/ !
Dudp.h40 #define UDP_ENCAP_ESPINUDP 2 /* draft-ietf-ipsec-udp-encaps-06 */ macro
/linux-5.19.10/net/ipv4/ !
Dxfrm4_input.c110 case UDP_ENCAP_ESPINUDP: in xfrm4_udp_encap_rcv()
Desp4.c424 case UDP_ENCAP_ESPINUDP: in esp_output_encap()
776 case UDP_ENCAP_ESPINUDP: in esp_input_done2()
1167 case UDP_ENCAP_ESPINUDP: in esp_init_state()
Dudp.c2706 case UDP_ENCAP_ESPINUDP: in udp_lib_setsockopt()
/linux-5.19.10/net/ipv6/ !
Dxfrm6_input.c106 case UDP_ENCAP_ESPINUDP: in xfrm6_udp_encap_rcv()
Desp6.c460 case UDP_ENCAP_ESPINUDP: in esp6_output_encap()
821 case UDP_ENCAP_ESPINUDP: in esp6_input_done2()
1218 case UDP_ENCAP_ESPINUDP: in esp6_init_state()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ !
Dipsec_rxtx.c251 } else if (encap->encap_type == UDP_ENCAP_ESPINUDP) { in mlx5e_ipsec_tx_build_eseg()
/linux-5.19.10/tools/testing/selftests/net/ !
Dnettest.c1391 int type = UDP_ENCAP_ESPINUDP; in config_xfrm_policy()