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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/8021q/
H A Dvlanproc.c197 remove_proc_entry(name_conf, vn->proc_vlan_dir);
199 if (vn->proc_vlan_dir)
215 vn->proc_vlan_dir = proc_net_mkdir(net, name_root, net->proc_net);
216 if (!vn->proc_vlan_dir)
220 vn->proc_vlan_dir, &vlan_fops);
242 vn->proc_vlan_dir, &vlandev_fops, vlandev);
258 vn->proc_vlan_dir);
H A Dvlan.h149 struct proc_dir_entry *proc_vlan_dir; member in struct:vlan_net

Completed in 53 milliseconds