Home
last modified time | relevance | path

Searched refs:inet_dgram_ops (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/net/
Dinet_common.h5 extern struct proto_ops inet_dgram_ops;
/linux-2.4.37.9/net/ipv4/
Daf_inet.c967 struct proto_ops inet_dgram_ops = { variable
1037 ops: &inet_dgram_ops,
/linux-2.4.37.9/net/
Dnetsyms.c282 EXPORT_SYMBOL(inet_dgram_ops);
/linux-2.4.37.9/net/ipv6/
Dipv6_sockglue.c196 sk->socket->ops = &inet_dgram_ops; in ipv6_setsockopt()
/linux-2.4.37.9/net/packet/
Daf_packet.c1548 return inet_dgram_ops.ioctl(sock, cmd, arg); in packet_ioctl()
/linux-2.4.37.9/net/wanrouter/
Daf_wanpipe.c1972 return inet_dgram_ops.ioctl(sock, cmd, arg); in wanpipe_ioctl()