Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dping.h44 extern struct proto ping_prot;
/openbmc/linux/net/ipv4/
H A Dping.c1001 struct proto ping_prot = { variable
1022 EXPORT_SYMBOL(ping_prot);
H A Daf_inet.c1175 .prot = &ping_prot,
1980 rc = proto_register(&ping_prot, 1); in inet_init()