llc_set_station_handler
void llc_set_station_handler(void (*handler)(struct sk_buff *skb));
EXPORT_SYMBOL(llc_set_station_handler);
llc_set_station_handler(llc_station_rcv);
llc_set_station_handler(NULL);