Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dinet_common.h7 extern const struct proto_ops inet_stream_ops;
/OK3568_Linux_fs/kernel/net/ipv4/
H A Daf_inet.c1022 const struct proto_ops inet_stream_ops = { variable
1054 EXPORT_SYMBOL(inet_stream_ops);
1127 .ops = &inet_stream_ops,
/OK3568_Linux_fs/kernel/net/xfrm/
H A Despintcp.c578 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dipv6_sockglue.c484 sk->sk_socket->ops = &inet_stream_ops; in do_ipv6_setsockopt()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c68 sock->ops = &inet_stream_ops; in mptcp_is_tcpsk()