Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dinet_common.h7 extern const struct proto_ops inet_stream_ops;
/Linux-v5.10/net/ipv4/
Daf_inet.c1018 const struct proto_ops inet_stream_ops = { variable
1051 EXPORT_SYMBOL(inet_stream_ops);
1124 .ops = &inet_stream_ops,
/Linux-v5.10/net/xfrm/
Despintcp.c578 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
/Linux-v5.10/net/tls/
Dtls_main.c870 tls_sw_proto_ops = inet_stream_ops; in tls_register()
/Linux-v5.10/net/ipv6/
Dipv6_sockglue.c478 sk->sk_socket->ops = &inet_stream_ops; in do_ipv6_setsockopt()
/Linux-v5.10/net/mptcp/
Dprotocol.c68 sock->ops = &inet_stream_ops; in mptcp_is_tcpsk()