Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dinet_common.h4 extern struct proto_ops inet_stream_ops;
/linux-2.4.37.9/net/ipv4/
Daf_inet.c946 struct proto_ops inet_stream_ops = { variable
1027 ops: &inet_stream_ops,
/linux-2.4.37.9/net/
Dnetsyms.c281 EXPORT_SYMBOL(inet_stream_ops);
/linux-2.4.37.9/net/ipv6/
Dipv6_sockglue.c187 sk->socket->ops = &inet_stream_ops; in ipv6_setsockopt()