Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dping.h55 extern struct proto ping_prot;
/linux-4.1.27/net/ipv4/
Dping.c992 struct proto ping_prot = { variable
1011 EXPORT_SYMBOL(ping_prot);
Daf_inet.c1015 .prot = &ping_prot,
1696 rc = proto_register(&ping_prot, 1); in inet_init()