Home
last modified time | relevance | path

Searched refs:llc_station_header (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/llc/
H A Dsysctl_net_llc.c55 static struct ctl_table_header *llc_station_header; variable
60 llc_station_header = register_net_sysctl(&init_net, "net/llc/station", llc_station_table); in llc_sysctl_init()
62 if (!llc2_timeout_header || !llc_station_header) { in llc_sysctl_init()
75 if (llc_station_header) { in llc_sysctl_exit()
76 unregister_net_sysctl_table(llc_station_header); in llc_sysctl_exit()
77 llc_station_header = NULL; in llc_sysctl_exit()