Home
last modified time | relevance | path

Searched refs:ping_prot (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/net/
H A Dping.h44 extern struct proto ping_prot;
/linux-6.15/net/ipv4/
H A Dping.c990 struct proto ping_prot = { variable
1011 EXPORT_SYMBOL(ping_prot);
H A Daf_inet.c1175 .prot = &ping_prot,
1912 rc = proto_register(&ping_prot, 1); in inet_init()