Home
last modified time | relevance | path

Searched refs:inet_stream_ops (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dinet_common.h7 extern const struct proto_ops inet_stream_ops;
/kernel/linux/linux-6.6/include/net/
H A Dinet_common.h11 extern const struct proto_ops inet_stream_ops;
/kernel/linux/linux-5.10/net/ipv4/
H A Daf_inet.c1037 const struct proto_ops inet_stream_ops = { variable
1069 EXPORT_SYMBOL(inet_stream_ops); variable
1142 .ops = &inet_stream_ops,
/kernel/linux/linux-6.6/net/ipv4/
H A Daf_inet.c1051 const struct proto_ops inet_stream_ops = { variable
1083 EXPORT_SYMBOL(inet_stream_ops); variable
1157 .ops = &inet_stream_ops,
/kernel/linux/linux-5.10/net/xfrm/
H A Despintcp.c578 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
/kernel/linux/linux-6.6/net/xfrm/
H A Despintcp.c586 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
/kernel/linux/linux-5.10/net/ipv6/
H A Dipv6_sockglue.c482 sk->sk_socket->ops = &inet_stream_ops; in do_ipv6_setsockopt()
/kernel/linux/linux-6.6/net/ipv6/
H A Dipv6_sockglue.c477 WRITE_ONCE(sk->sk_socket->ops, &inet_stream_ops); in do_ipv6_setsockopt()
/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.c68 sock->ops = &inet_stream_ops; in mptcp_is_tcpsk()
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c70 WRITE_ONCE(sock->ops, &inet_stream_ops); in mptcp_is_tcpsk()

Completed in 18 milliseconds