Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dudplite.c78 .ops = &inet_dgram_ops,
H A Daf_inet.c1087 const struct proto_ops inet_dgram_ops = { variable
1113 EXPORT_SYMBOL(inet_dgram_ops);
1168 .ops = &inet_dgram_ops,
/linux-6.15/include/net/
H A Dinet_common.h12 extern const struct proto_ops inet_dgram_ops;
/linux-6.15/net/ipv6/
H A Dipv6_sockglue.c638 WRITE_ONCE(sk->sk_socket->ops, &inet_dgram_ops); in do_ipv6_setsockopt()
/linux-6.15/net/packet/
H A Daf_packet.c4323 return inet_dgram_ops.ioctl(sock, cmd, arg); in packet_ioctl()