Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dinet_common.h11 extern const struct proto_ops inet_stream_ops;
/Linux-v6.1/net/ipv4/
Daf_inet.c1030 const struct proto_ops inet_stream_ops = { variable
1063 EXPORT_SYMBOL(inet_stream_ops);
1137 .ops = &inet_stream_ops,
/Linux-v6.1/net/xfrm/
Despintcp.c576 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
/Linux-v6.1/net/ipv6/
Dipv6_sockglue.c484 sk->sk_socket->ops = &inet_stream_ops; in do_ipv6_setsockopt()
/Linux-v6.1/net/mptcp/
Dprotocol.c91 sock->ops = &inet_stream_ops; in mptcp_is_tcpsk()