llc_station_header   55 net/llc/sysctl_net_llc.c static struct ctl_table_header *llc_station_header;
llc_station_header   60 net/llc/sysctl_net_llc.c 	llc_station_header = register_net_sysctl(&init_net, "net/llc/station", llc_station_table);
llc_station_header   62 net/llc/sysctl_net_llc.c 	if (!llc2_timeout_header || !llc_station_header) {
llc_station_header   75 net/llc/sysctl_net_llc.c 	if (llc_station_header) {
llc_station_header   76 net/llc/sysctl_net_llc.c 		unregister_net_sysctl_table(llc_station_header);
llc_station_header   77 net/llc/sysctl_net_llc.c 		llc_station_header = NULL;