Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dinet_common.h6 extern const struct proto_ops inet_dgram_ops;
/Linux-v4.19/net/ipv4/
Dudplite.c72 .ops = &inet_dgram_ops,
Daf_inet.c1015 const struct proto_ops inet_dgram_ops = { variable
1041 EXPORT_SYMBOL(inet_dgram_ops);
1097 .ops = &inet_dgram_ops,
/Linux-v4.19/net/ipv6/
Dipv6_sockglue.c233 sk->sk_socket->ops = &inet_dgram_ops; in do_ipv6_setsockopt()
/Linux-v4.19/net/packet/
Daf_packet.c4079 return inet_dgram_ops.ioctl(sock, cmd, arg); in packet_ioctl()