Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dudp.h40 #define UDP_ENCAP_ESPINUDP 2 /* draft-ietf-ipsec-udp-encaps-06 */ macro
/openbmc/linux/net/ipv4/
H A Dxfrm4_input.c114 case UDP_ENCAP_ESPINUDP: in xfrm4_udp_encap_rcv()
H A Desp4.c424 case UDP_ENCAP_ESPINUDP: in esp_output_encap()
776 case UDP_ENCAP_ESPINUDP: in esp_input_done2()
1178 case UDP_ENCAP_ESPINUDP: in esp_init_state()
H A Dudp.c2701 case UDP_ENCAP_ESPINUDP: in udp_lib_setsockopt()
/openbmc/linux/net/ipv6/
H A Dxfrm6_input.c113 case UDP_ENCAP_ESPINUDP: in xfrm6_udp_encap_rcv()
H A Desp6.c460 case UDP_ENCAP_ESPINUDP: in esp6_output_encap()
823 case UDP_ENCAP_ESPINUDP: in esp6_input_done2()
1231 case UDP_ENCAP_ESPINUDP: in esp6_init_state()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c254 } else if (encap->encap_type == UDP_ENCAP_ESPINUDP) { in mlx5e_ipsec_tx_build_eseg()
H A Dipsec.c442 if (x->encap->encap_type != UDP_ENCAP_ESPINUDP) { in mlx5e_xfrm_validate_state()
/openbmc/linux/tools/testing/selftests/net/
H A Dnettest.c1455 int type = UDP_ENCAP_ESPINUDP; in config_xfrm_policy()