Home
last modified time | relevance | path

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

/linux-5.19.10/net/xfrm/
Despintcp.c392 static struct proto espintcp6_prot; variable
433 return sk->sk_prot == &espintcp_prot || sk->sk_prot == &espintcp6_prot; in tcp_is_ulp_esp()
474 if (!espintcp6_prot.recvmsg) in espintcp_init_sk()
475 build_protos(&espintcp6_prot, &espintcp6_ops, sk->sk_prot, sk->sk_socket->ops); in espintcp_init_sk()
478 sk->sk_prot = &espintcp6_prot; in espintcp_init_sk()