Home
last modified time | relevance | path

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

/net/atm/
Dproc.c422 dev->proc_entry = proc_create_data(dev->proc_name, 0, atm_proc_root, in atm_proc_dev_register()
424 if (!dev->proc_entry) in atm_proc_dev_register()
/net/netfilter/
Dxt_qtaguid.c789 struct proc_dir_entry *proc_entry; in iface_create_proc_worker() local
795 proc_entry = proc_mkdir(new_iface->ifname, iface_stat_procdir); in iface_create_proc_worker()
796 if (IS_ERR_OR_NULL(proc_entry)) { in iface_create_proc_worker()
802 new_iface->proc_ptr = proc_entry; in iface_create_proc_worker()
804 proc_create_data("tx_bytes", proc_iface_perms, proc_entry, in iface_create_proc_worker()
807 proc_create_data("rx_bytes", proc_iface_perms, proc_entry, in iface_create_proc_worker()
810 proc_create_data("tx_packets", proc_iface_perms, proc_entry, in iface_create_proc_worker()
813 proc_create_data("rx_packets", proc_iface_perms, proc_entry, in iface_create_proc_worker()
816 proc_create_data("active", proc_iface_perms, proc_entry, in iface_create_proc_worker()