Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dudp.h45 #define TCP_ENCAP_ESPINTCP 7 /* Yikes, this is really xfrm encap types. */ macro
/linux/net/ipv6/
H A Desp6.c274 x->encap && x->encap->encap_type == TCP_ENCAP_ESPINTCP) { in esp_output_done()
422 case TCP_ENCAP_ESPINTCP: in esp6_output_encap()
639 if (!err && x->encap && x->encap->encap_type == TCP_ENCAP_ESPINTCP) in esp6_output_tail()
778 case TCP_ENCAP_ESPINTCP: in esp6_input_done2()
1193 case TCP_ENCAP_ESPINTCP: in esp6_init_state()
/linux/net/ipv4/
H A Desp4.c238 x->encap && x->encap->encap_type == TCP_ENCAP_ESPINTCP) { in esp_output_done()
392 case TCP_ENCAP_ESPINTCP: in esp_output_encap()
607 if (!err && x->encap && x->encap->encap_type == TCP_ENCAP_ESPINTCP) in esp_output_tail()
737 case TCP_ENCAP_ESPINTCP: in esp_input_done2()
1146 case TCP_ENCAP_ESPINTCP: in esp_init_state()
/linux/net/xfrm/
H A Despintcp.c46 ipv6_stub->xfrm6_rcv_encap(skb, IPPROTO_ESP, 0, TCP_ENCAP_ESPINTCP); in handle_esp()
49 xfrm4_rcv_encap(skb, IPPROTO_ESP, 0, TCP_ENCAP_ESPINTCP); in handle_esp()
H A Dxfrm_policy.c326 case TCP_ENCAP_ESPINTCP: in xfrm_dst_lookup()