Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Daf_inet.c1096 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 without
1177 .ops = &inet_dgram_ops,
1098 const struct proto_ops inet_dgram_ops = { global() variable
/linux/net/packet/
H A Daf_packet.c4285 return inet_dgram_ops.ioctl(sock, cmd, arg); in packet_ioctl()