Home
last modified time | relevance | path

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

/linux/include/net/
H A Dping.h44 extern struct proto ping_prot;
/linux/net/ipv4/
H A Dping.c991 struct proto ping_prot = { variable
1011 EXPORT_IPV6_MOD(ping_prot);
H A Daf_inet.c1189 .prot = &ping_prot,
1918 rc = proto_register(&ping_prot, 1); in inet_init()