Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/xfrm/
H A Despintcp.c394 static struct proto espintcp6_prot; variable
435 return sk->sk_prot == &espintcp_prot || sk->sk_prot == &espintcp6_prot; in tcp_is_ulp_esp()
476 if (!espintcp6_prot.recvmsg) in espintcp_init_sk()
477 build_protos(&espintcp6_prot, &espintcp6_ops, sk->sk_prot, sk->sk_socket->ops); in espintcp_init_sk()
480 sk->sk_prot = &espintcp6_prot; in espintcp_init_sk()
/kernel/linux/linux-6.6/net/xfrm/
H A Despintcp.c399 static struct proto espintcp6_prot; variable
442 return sk->sk_prot == &espintcp_prot || sk->sk_prot == &espintcp6_prot; in tcp_is_ulp_esp()
483 if (!espintcp6_prot.recvmsg) in espintcp_init_sk()
484 build_protos(&espintcp6_prot, &espintcp6_ops, sk->sk_prot, sk->sk_socket->ops); in espintcp_init_sk()
487 sk->sk_prot = &espintcp6_prot; in espintcp_init_sk()

Completed in 3 milliseconds