Searched refs:inet_dgram_ops (Results 1 – 2 of 2) sorted by relevance
1096 const struct proto_ops inet_dgram_ops = {1122 EXPORT_SYMBOL(inet_dgram_ops);1125 * For SOCK_RAW sockets; should be the same as inet_dgram_ops but without1177 .ops = &inet_dgram_ops,1098 const struct proto_ops inet_dgram_ops = { global() variable
4285 return inet_dgram_ops.ioctl(sock, cmd, arg); in packet_ioctl()