Searched refs:inet_dgram_ops (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_common.h5 extern const struct proto_ops inet_dgram_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dudplite.c67 .ops = &inet_dgram_ops,
H A Daf_inet.c921 const struct proto_ops inet_dgram_ops = { variable in typeref:struct:proto_ops
945 EXPORT_SYMBOL(inet_dgram_ops); variable
948 * For SOCK_RAW sockets; should be the same as inet_dgram_ops but without
1001 .ops = &inet_dgram_ops,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dipv6_sockglue.c191 sk->sk_socket->ops = &inet_dgram_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/packet/
H A Daf_packet.c2258 return inet_dgram_ops.ioctl(sock, cmd, arg);

Completed in 151 milliseconds