Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dudp.h45 #define TCP_ENCAP_ESPINTCP 7 /* Yikes, this is really xfrm encap types. */ macro
/linux-6.1.9/net/ipv4/
Desp4.c278 x->encap && x->encap->encap_type == TCP_ENCAP_ESPINTCP) in esp_output_done()
429 case TCP_ENCAP_ESPINTCP: in esp_output_encap()
644 if (!err && x->encap && x->encap->encap_type == TCP_ENCAP_ESPINTCP) in esp_output_tail()
772 case TCP_ENCAP_ESPINTCP: in esp_input_done2()
1184 case TCP_ENCAP_ESPINTCP: in esp_init_state()
/linux-6.1.9/net/ipv6/
Desp6.c314 x->encap && x->encap->encap_type == TCP_ENCAP_ESPINTCP) in esp_output_done()
465 case TCP_ENCAP_ESPINTCP: in esp6_output_encap()
682 if (!err && x->encap && x->encap->encap_type == TCP_ENCAP_ESPINTCP) in esp6_output_tail()
819 case TCP_ENCAP_ESPINTCP: in esp6_input_done2()
1237 case TCP_ENCAP_ESPINTCP: in esp6_init_state()
/linux-6.1.9/net/xfrm/
Despintcp.c44 ipv6_stub->xfrm6_rcv_encap(skb, IPPROTO_ESP, 0, TCP_ENCAP_ESPINTCP); in handle_esp()
47 xfrm4_rcv_encap(skb, IPPROTO_ESP, 0, TCP_ENCAP_ESPINTCP); in handle_esp()