Searched refs:inet_stream_ops (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_common.h | 7 extern const struct proto_ops inet_stream_ops;
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_common.h | 11 extern const struct proto_ops inet_stream_ops;
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | af_inet.c | 1037 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 D | af_inet.c | 1051 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 D | espintcp.c | 578 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | espintcp.c | 586 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ipv6_sockglue.c | 482 sk->sk_socket->ops = &inet_stream_ops; in do_ipv6_setsockopt()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ipv6_sockglue.c | 477 WRITE_ONCE(sk->sk_socket->ops, &inet_stream_ops); in do_ipv6_setsockopt()
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 68 sock->ops = &inet_stream_ops; in mptcp_is_tcpsk()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 70 WRITE_ONCE(sock->ops, &inet_stream_ops); in mptcp_is_tcpsk()
|
Completed in 18 milliseconds