Searched refs:tcp_prot (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.h | 123 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()
|
H A D | chtls_main.c | 602 chtls_cpl_prot = tcp_prot; in chtls_init_ulp_ops() 604 &tcp_prot, PF_INET); in chtls_init_ulp_ops()
|
H A D | chtls_io.c | 1680 return tcp_prot.recvmsg(sk, msg, len, flags, addr_len); in chtls_recvmsg()
|
H A D | chtls_cm.c | 490 sk->sk_prot = &tcp_prot; in chtls_destroy_sock()
|
/openbmc/linux/net/ipv4/ |
H A D | proc.c | 57 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 sockets, proto_memory_allocated(&tcp_prot)); in sockstat_seq_show()
|
H A D | af_inet.c | 1156 .prot = &tcp_prot, 1966 rc = proto_register(&tcp_prot, 1); in inet_init() 2077 proto_unregister(&tcp_prot); in inet_init()
|
H A D | tcp_bpf.c | 634 tcp_bpf_rebuild_protos(tcp_bpf_prots[TCP_BPF_IPV4], &tcp_prot); in tcp_bpf_v4_build_proto()
|
H A D | tcp_ipv4.c | 3121 struct proto tcp_prot = { variable 3171 EXPORT_SYMBOL(tcp_prot);
|
/openbmc/linux/net/mptcp/ |
H A D | token_test.c | 62 ((struct sock *)msk)->sk_prot = &tcp_prot; in build_msk()
|
H A D | subflow.c | 1684 ssk->sk_prot = &tcp_prot; in mptcp_subflow_ops_undo_override() 2094 tcp_prot_override = tcp_prot; in mptcp_subflow_init()
|
H A D | protocol.c | 64 WARN_ON_ONCE(sk->sk_prot != &tcp_prot); in mptcp_fallback_tcp_ops() 4109 mptcp_prot.h.hashinfo = tcp_prot.h.hashinfo; in mptcp_proto_init()
|
/openbmc/linux/net/xfrm/ |
H A D | espintcp.c | 532 sk->sk_prot = &tcp_prot; in espintcp_close() 586 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
|
/openbmc/linux/net/ipv6/ |
H A D | ipv6_sockglue.c | 470 sock_prot_inuse_add(net, &tcp_prot, 1); in do_ipv6_setsockopt() 473 WRITE_ONCE(sk->sk_prot, &tcp_prot); in do_ipv6_setsockopt()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 311 extern struct proto tcp_prot;
|
/openbmc/linux/net/core/ |
H A D | filter.c | 11692 if (sk && sk->sk_prot == &tcp_prot && sk->sk_state == TCP_TIME_WAIT) in BPF_CALL_1() 11715 if (sk && sk->sk_prot == &tcp_prot && sk->sk_state == TCP_NEW_SYN_RECV) in BPF_CALL_1()
|