Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Daf_inet6.c685 const struct proto_ops inet6_stream_ops = { variable
H A Dtcp_ipv6.c2200 .ops = &inet6_stream_ops,
/openbmc/linux/include/net/
H A Dipv6.h1241 extern const struct proto_ops inet6_stream_ops;
/openbmc/linux/net/mptcp/
H A Dprotocol.c62 return &inet6_stream_ops; in mptcp_fallback_tcp_ops()