Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dping.h48 extern struct proto ping_prot;
/linux-6.1.9/net/ipv4/
Dping.c1015 struct proto ping_prot = { variable
1036 EXPORT_SYMBOL(ping_prot);
Daf_inet.c1153 .prot = &ping_prot,
1952 rc = proto_register(&ping_prot, 1); in inet_init()