Searched refs:inet_diag_table (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_diag.c37 static const struct inet_diag_handler **inet_diag_table; variable in typeref:struct:inet_diag_handler
57 if (!inet_diag_table[type])
62 if (!inet_diag_table[type])
65 return inet_diag_table[type];
88 handler = inet_diag_table[unlh->nlmsg_type];
894 if (inet_diag_table[type] == NULL) {
895 inet_diag_table[type] = h;
912 inet_diag_table[type] = NULL;
923 inet_diag_table = kzalloc(inet_diag_table_size, GFP_KERNEL);
924 if (!inet_diag_table)
[all...]

Completed in 399 milliseconds