Searched refs:llc_type_handlers (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/llc/
H A Dllc_input.c34 static void (*llc_type_handlers[2])(struct llc_sap *sap, variable
41 llc_type_handlers[type - 1] = handler;
47 llc_type_handlers[type - 1] = NULL;
186 if (unlikely(!dest || !llc_type_handlers[dest - 1]))
188 llc_type_handlers[dest - 1](sap, skb);

Completed in 30 milliseconds