Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dudplite.c66 .ops = &inet_dgram_ops,
Daf_inet.c1053 const struct proto_ops inet_dgram_ops = { variable
1078 EXPORT_SYMBOL(inet_dgram_ops);
1133 .ops = &inet_dgram_ops,
/Linux-v5.10/include/net/
Dinet_common.h8 extern const struct proto_ops inet_dgram_ops;
/Linux-v5.10/net/ipv6/
Dipv6_sockglue.c491 sk->sk_socket->ops = &inet_dgram_ops; in do_ipv6_setsockopt()
/Linux-v5.10/net/packet/
Daf_packet.c4147 return inet_dgram_ops.ioctl(sock, cmd, arg); in packet_ioctl()