Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
Daf_inet6.c673 const struct proto_ops inet6_stream_ops = { variable
Dtcp_ipv6.c2186 .ops = &inet6_stream_ops,
/kernel/linux/linux-5.10/include/net/
Dipv6.h1129 extern const struct proto_ops inet6_stream_ops;
/kernel/linux/linux-5.10/net/mptcp/
Dprotocol.c72 sock->ops = &inet6_stream_ops; in mptcp_is_tcpsk()