Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet_common.h11 extern const struct proto_ops inet_stream_ops;
/openbmc/linux/net/ipv4/
H A Daf_inet.c1053 const struct proto_ops inet_stream_ops = { variable
1085 EXPORT_SYMBOL(inet_stream_ops);
1159 .ops = &inet_stream_ops,
/openbmc/linux/net/xfrm/
H A Despintcp.c586 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
/openbmc/linux/net/ipv6/
H A Dipv6_sockglue.c477 WRITE_ONCE(sk->sk_socket->ops, &inet_stream_ops); in do_ipv6_setsockopt()
/openbmc/linux/net/mptcp/
H A Dprotocol.c65 return &inet_stream_ops; in mptcp_fallback_tcp_ops()