Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.h123 struct proto *tcp_prot, int family) in chtls_init_rsk_ops() argument
129 chtls_tcp_ops->slab = tcp_prot->rsk_prot->slab; in chtls_init_rsk_ops()
Dchtls_main.c601 chtls_cpl_prot = tcp_prot; in chtls_init_ulp_ops()
603 &tcp_prot, PF_INET); in chtls_init_ulp_ops()
Dchtls_io.c1753 return tcp_prot.recvmsg(sk, msg, len, nonblock, flags, in chtls_recvmsg()
Dchtls_cm.c490 sk->sk_prot = &tcp_prot; in chtls_destroy_sock()
/kernel/linux/linux-5.10/net/ipv4/
Dproc.c57 sockets = proto_sockets_allocated_sum_positive(&tcp_prot); in sockstat_seq_show()
61 sock_prot_inuse_get(net, &tcp_prot), orphans, in sockstat_seq_show()
63 proto_memory_allocated(&tcp_prot)); in sockstat_seq_show()
Daf_inet.c1132 .prot = &tcp_prot,
1955 rc = proto_register(&tcp_prot, 1); in inet_init()
2066 proto_unregister(&tcp_prot); in inet_init()
Dtcp_bpf.c599 tcp_bpf_rebuild_protos(tcp_bpf_prots[TCP_BPF_IPV4], &tcp_prot); in tcp_bpf_v4_build_proto()
Dtcp_ipv4.c2777 struct proto tcp_prot = { variable
2819 EXPORT_SYMBOL(tcp_prot);
/kernel/linux/linux-5.10/net/xfrm/
Despintcp.c524 sk->sk_prot = &tcp_prot; in espintcp_close()
578 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
/kernel/linux/linux-5.10/net/ipv6/
Dipv6_sockglue.c480 sock_prot_inuse_add(net, &tcp_prot, 1); in do_ipv6_setsockopt()
483 WRITE_ONCE(sk->sk_prot, &tcp_prot); in do_ipv6_setsockopt()
/kernel/linux/linux-5.10/net/mptcp/
Dprotocol.c60 if (unlikely(sk->sk_prot == &tcp_prot)) { in mptcp_is_tcpsk()
2821 mptcp_prot.h.hashinfo = tcp_prot.h.hashinfo; in mptcp_proto_init()
/kernel/linux/linux-5.10/include/net/
Dtcp.h300 extern struct proto tcp_prot;
/kernel/linux/linux-5.10/net/core/
Dfilter.c10368 if (sk && sk->sk_prot == &tcp_prot && sk->sk_state == TCP_TIME_WAIT) in BPF_CALL_1()
10391 if (sk && sk->sk_prot == &tcp_prot && sk->sk_state == TCP_NEW_SYN_RECV) in BPF_CALL_1()