Go to the documentation of this file.
19 #define PING_HTABLE_SIZE 64
20 #define PING_HTABLE_MASK (PING_HTABLE_SIZE-1)
22 #define ping_portaddr_for_each_entry(__sk, node, list) \
23 hlist_nulls_for_each_entry(__sk, node, list, sk_nulls_node)
29 #define GID_T_MAX (((gid_t)~0U) >> 1)
48 extern int __init ping_proc_init(
void);
49 extern void ping_proc_exit(
void);