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.c1098 const struct proto_ops inet_dgram_ops = { variable
1124 EXPORT_SYMBOL(inet_dgram_ops);
1179 .ops = &inet_dgram_ops,
/linux/net/packet/
H A Daf_packet.c4285 return inet_dgram_ops.ioctl(sock, cmd, arg); in packet_ioctl()