Linux Kernel
3.7.1
|
#include <net/netns/hash.h>
Go to the source code of this file.
Data Structures | |
struct | ping_table |
struct | ping_iter_state |
Macros | |
#define | PING_HTABLE_SIZE 64 |
#define | PING_HTABLE_MASK (PING_HTABLE_SIZE-1) |
#define | ping_portaddr_for_each_entry(__sk, node, list) hlist_nulls_for_each_entry(__sk, node, list, sk_nulls_node) |
#define | GID_T_MAX (((gid_t)~0U) >> 1) |
Functions | |
void | ping_rcv (struct sk_buff *) |
void | ping_err (struct sk_buff *, u32 info) |
void __init | ping_init (void) |
Variables | |
struct proto | ping_prot |
#define PING_HTABLE_MASK (PING_HTABLE_SIZE-1) |
#define ping_portaddr_for_each_entry | ( | __sk, | |
node, | |||
list | |||
) | hlist_nulls_for_each_entry(__sk, node, list, sk_nulls_node) |