Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Daf_inet6.c685 const struct proto_ops inet6_stream_ops = { variable
718 EXPORT_SYMBOL_GPL(inet6_stream_ops);
H A Dtcp_ipv6.c2339 .ops = &inet6_stream_ops,
/linux/drivers/net/ovpn/
H A Dtcp.c653 &inet6_stream_ops); in ovpn_tcp_init()
/linux/include/net/
H A Dipv6.h1161 extern const struct proto_ops inet6_stream_ops;
/linux/net/mptcp/
H A Dprotocol.c70 return &inet6_stream_ops; in mptcp_fallback_tcp_ops()