Home
last modified time | relevance | path

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

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