/linux-4.1.27/block/ |
D | noop-iosched.c | 23 struct noop_data *nd = q->elevator->elevator_data; in noop_dispatch() local 37 struct noop_data *nd = q->elevator->elevator_data; in noop_add_request() local 45 struct noop_data *nd = q->elevator->elevator_data; in noop_former_request() local 55 struct noop_data *nd = q->elevator->elevator_data; in noop_latter_request() local 64 struct noop_data *nd; in noop_init_queue() local 88 struct noop_data *nd = e->elevator_data; in noop_exit_queue() local
|
/linux-4.1.27/drivers/hid/ |
D | hid-ntrig.c | 177 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_phys_width() local 189 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_phys_height() local 201 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_log_width() local 213 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_log_height() local 225 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_min_width() local 237 struct ntrig_data *nd = hid_get_drvdata(hdev); in set_min_width() local 260 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_min_height() local 272 struct ntrig_data *nd = hid_get_drvdata(hdev); in set_min_height() local 296 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_activate_slack() local 306 struct ntrig_data *nd = hid_get_drvdata(hdev); in set_activate_slack() local [all …]
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | conrpc.c | 92 lstcon_rpc_init(lstcon_node_t *nd, int service, unsigned feats, in lstcon_rpc_init() 117 lstcon_rpc_prep(lstcon_node_t *nd, int service, unsigned feats, in lstcon_rpc_prep() 290 lstcon_node_t *nd; in lstcon_rpc_trans_abort() local 389 lstcon_node_t *nd = crpc->crp_node; in lstcon_rpc_get_reply() local 479 lstcon_node_t *nd; in lstcon_rpc_trans_interpreter() local 599 lstcon_sesrpc_prep(lstcon_node_t *nd, int transop, in lstcon_sesrpc_prep() 638 lstcon_dbgrpc_prep(lstcon_node_t *nd, unsigned feats, lstcon_rpc_t **crpc) in lstcon_dbgrpc_prep() 656 lstcon_batrpc_prep(lstcon_node_t *nd, int transop, unsigned feats, in lstcon_batrpc_prep() 689 lstcon_statrpc_prep(lstcon_node_t *nd, unsigned feats, lstcon_rpc_t **crpc) in lstcon_statrpc_prep() 727 lstcon_node_t *nd; in lstcon_dstnodes_prep() local [all …]
|
D | console.c | 49 #define LST_NODE_STATE_COUNTER(nd, p) \ argument 65 lstcon_node_get(lstcon_node_t *nd) in lstcon_node_get() 118 lstcon_node_put(lstcon_node_t *nd) in lstcon_node_put() 145 lstcon_node_t *nd; in lstcon_ndlink_find() local 345 lstcon_sesrpc_condition(int transop, lstcon_node_t *nd, void *arg) in lstcon_sesrpc_condition() 747 lstcon_node_t *nd; in lstcon_nodes_getent() local 995 lstcon_batrpc_condition(int transop, lstcon_node_t *nd, void *arg) in lstcon_batrpc_condition() 1138 lstcon_testrpc_condition(int transop, lstcon_node_t *nd, void *arg) in lstcon_testrpc_condition()
|
/linux-4.1.27/fs/ |
D | namei.c | 547 static int unlazy_walk(struct nameidata *nd, struct dentry *dentry) in unlazy_walk() 637 static int complete_walk(struct nameidata *nd) in complete_walk() 682 static __always_inline void set_root(struct nameidata *nd) in set_root() 689 static __always_inline unsigned set_root_rcu(struct nameidata *nd) in set_root_rcu() 702 static void path_put_conditional(struct path *path, struct nameidata *nd) in path_put_conditional() 710 struct nameidata *nd) in path_to_nameidata() 725 void nd_jump_link(struct nameidata *nd, struct path *path) in nd_jump_link() 734 void nd_set_link(struct nameidata *nd, char *path) in nd_set_link() 740 char *nd_get_link(struct nameidata *nd) in nd_get_link() 746 static inline void put_link(struct nameidata *nd, struct path *link, void *cookie) in put_link() [all …]
|
D | libfs.c | 1027 void kfree_put_link(struct dentry *dentry, struct nameidata *nd, in kfree_put_link()
|
/linux-4.1.27/fs/ext4/ |
D | symlink.c | 26 static void *ext4_follow_link(struct dentry *dentry, struct nameidata *nd) in ext4_follow_link() 100 static void ext4_put_link(struct dentry *dentry, struct nameidata *nd, in ext4_put_link() 114 static void *ext4_follow_fast_link(struct dentry *dentry, struct nameidata *nd) in ext4_follow_fast_link()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | devices.c | 33 static int check_cpu_node(phandle nd, int *cur_inst, in check_cpu_node() 73 static int cpu_instance_compare(phandle nd, int instance, void *_arg) in cpu_instance_compare() 88 static int cpu_mid_compare(phandle nd, int instance, void *_arg) in cpu_mid_compare()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | symlink.c | 121 static void *ll_follow_link(struct dentry *dentry, struct nameidata *nd) in ll_follow_link() 154 static void ll_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) in ll_put_link()
|
/linux-4.1.27/fs/kernfs/ |
D | symlink.c | 115 static void *kernfs_iop_follow_link(struct dentry *dentry, struct nameidata *nd) in kernfs_iop_follow_link() 128 static void kernfs_iop_put_link(struct dentry *dentry, struct nameidata *nd, in kernfs_iop_put_link()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | map.c | 21 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write() 112 struct rb_node *nd; in map__browse() local
|
D | hists.c | 53 struct rb_node *nd; in hist_browser__get_folding() local 162 struct rb_node *nd; in callchain_node__count_rows_rb_tree() local 203 struct rb_node *nd; in callchain__count_rows() local 228 struct rb_node *nd = rb_first(&node->rb_root); in callchain_node__init_have_children_rb_tree() local 267 struct rb_node *nd = rb_first(root); in callchain__init_have_children() local 312 struct rb_node *nd; in callchain_node__set_folding_rb_tree() local 352 struct rb_node *nd; in callchain__set_folding() local 378 struct rb_node *nd; in __hist_browser__set_folding() local 902 struct rb_node *nd; in hist_browser__refresh() local 931 static struct rb_node *hists__filter_entries(struct rb_node *nd, in hists__filter_entries() [all …]
|
D | annotate.c | 327 struct rb_node *nd) in annotate_browser__set_rb_top() 667 struct rb_node *nd = NULL; in annotate_browser__run() local
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_net.h | 79 static __inline__ isdn_net_local *isdn_net_get_locked_lp(isdn_net_dev *nd) in isdn_net_get_locked_lp() 107 static __inline__ void isdn_net_add_to_bundle(isdn_net_dev *nd, isdn_net_local *nlp) in isdn_net_add_to_bundle()
|
D | isdn_concap.c | 45 isdn_net_dev *nd = ((isdn_net_local *) netdev_priv(ndev))->netdev; in isdn_concap_dl_data_req() local
|
D | isdn_net.c | 117 isdn_net_dev *nd; in isdn_net_device_busy() local 490 isdn_net_dev *nd = ISDN_MASTER_PRIV(lp)->netdev; in isdn_net_stat_callback() local 1053 isdn_net_dev *nd; in isdn_net_xmit() local
|
D | isdn_ppp.c | 1247 isdn_net_dev *nd; in isdn_ppp_xmit() local
|
/linux-4.1.27/fs/dlm/ |
D | config.c | 625 struct dlm_node *nd; in make_node() local 647 struct dlm_node *nd = config_item_to_node(i); in drop_node() local 659 struct dlm_node *nd = config_item_to_node(i); in release_node() local 833 struct dlm_node *nd = config_item_to_node(i); in show_node() local 842 struct dlm_node *nd = config_item_to_node(i); in store_node() local 848 static ssize_t node_nodeid_read(struct dlm_node *nd, char *buf) in node_nodeid_read() 853 static ssize_t node_nodeid_write(struct dlm_node *nd, const char *buf, in node_nodeid_write() 866 static ssize_t node_weight_read(struct dlm_node *nd, char *buf) in node_weight_read() 871 static ssize_t node_weight_write(struct dlm_node *nd, const char *buf, in node_weight_write() 941 struct dlm_node *nd; in dlm_config_nodes() local
|
/linux-4.1.27/fs/sysv/ |
D | symlink.c | 11 static void *sysv_follow_link(struct dentry *dentry, struct nameidata *nd) in sysv_follow_link()
|
/linux-4.1.27/fs/jfs/ |
D | symlink.c | 25 static void *jfs_follow_link(struct dentry *dentry, struct nameidata *nd) in jfs_follow_link()
|
D | jfs_dtree.c | 4079 int xssi, ns, nd; in dtMoveEntry() local
|
/linux-4.1.27/fs/ext2/ |
D | symlink.c | 24 static void *ext2_follow_link(struct dentry *dentry, struct nameidata *nd) in ext2_follow_link()
|
/linux-4.1.27/fs/ufs/ |
D | symlink.c | 35 static void *ufs_follow_link(struct dentry *dentry, struct nameidata *nd) in ufs_follow_link()
|
/linux-4.1.27/fs/autofs4/ |
D | symlink.c | 15 static void *autofs4_follow_link(struct dentry *dentry, struct nameidata *nd) in autofs4_follow_link()
|
/linux-4.1.27/fs/exofs/ |
D | symlink.c | 38 static void *exofs_follow_link(struct dentry *dentry, struct nameidata *nd) in exofs_follow_link()
|
/linux-4.1.27/fs/ext3/ |
D | symlink.c | 24 static void * ext3_follow_link(struct dentry *dentry, struct nameidata *nd) in ext3_follow_link()
|
/linux-4.1.27/fs/jffs2/ |
D | symlink.c | 32 static void *jffs2_follow_link(struct dentry *dentry, struct nameidata *nd) in jffs2_follow_link()
|
/linux-4.1.27/tools/perf/util/ |
D | build-id.c | 220 struct rb_node *nd; in perf_session__write_buildid_table() local 258 struct rb_node *nd; in dsos__hit_all() local 500 struct rb_node *nd; in perf_session__cache_build_ids() local 529 struct rb_node *nd; in perf_session__read_build_ids() local
|
D | map.c | 232 struct rb_node *nd = rb_first(symbols); in map__fixup_start() local 242 struct rb_node *nd = rb_last(symbols); in map__fixup_end() local 541 struct rb_node *nd; in map_groups__find_symbol_by_name() local 578 struct rb_node *nd; in __map_groups__fprintf_maps() local 708 struct rb_node *nd; in map_groups__clone() local
|
D | machine.c | 94 struct rb_node *nd = rb_first(&machine->threads); in machine__delete_threads() local 168 struct rb_node *nd; in machines__set_symbol_filter() local 182 struct rb_node *nd; in machines__set_comm_exec() local 256 struct rb_node *nd; in machines__process_guests() local 521 struct rb_node *nd; in machines__fprintf_dsos() local 544 struct rb_node *nd; in machines__fprintf_dsos_buildid() local 576 struct rb_node *nd; in machine__fprintf() local 1753 struct rb_node *nd; in machine__for_each_thread() local
|
D | hist.c | 1194 struct rb_node *nd; in hists__filter_by_dso() local 1228 struct rb_node *nd; in hists__filter_by_thread() local 1260 struct rb_node *nd; in hists__filter_by_symbol() local 1370 struct rb_node *nd; in hists__match() local 1395 struct rb_node *nd; in hists__link() local
|
D | symbol.c | 148 struct rb_node *nd; in symbols__fixup_duplicate() local 179 struct rb_node *nd, *prevnd = rb_first(symbols); in symbols__fixup_end() local 203 struct rb_node *nd, *prevnd = rb_first(&mg->maps[type]); in __map_groups__fixup_end() local 388 struct rb_node *nd; in symbols__sort_by_name() local 482 struct rb_node *nd; in dso__fprintf_symbols_by_name() local 1508 struct rb_node *nd; in map_groups__find_by_name() local
|
D | event.c | 327 struct rb_node *nd; in perf_event__synthesize_modules() local
|
D | symbol.h | 70 #define symbols__for_each_entry(symbols, pos, nd) \ argument
|
D | dso.c | 1113 struct rb_node *nd; in dso__fprintf() local
|
D | probe-event.c | 164 struct rb_node *nd; in kernel_get_module_map() local
|
/linux-4.1.27/fs/nfs/ |
D | symlink.c | 46 static void *nfs_follow_link(struct dentry *dentry, struct nameidata *nd) in nfs_follow_link()
|
/linux-4.1.27/fs/configfs/ |
D | symlink.c | 282 static void *configfs_follow_link(struct dentry *dentry, struct nameidata *nd) in configfs_follow_link() 299 static void configfs_put_link(struct dentry *dentry, struct nameidata *nd, in configfs_put_link()
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | hists.c | 95 struct rb_node *nd; in perf_gtk__add_callchain() local 165 struct rb_node *nd; in perf_gtk__show_hists() local
|
/linux-4.1.27/fs/proc/ |
D | self.c | 22 static void *proc_self_follow_link(struct dentry *dentry, struct nameidata *nd) in proc_self_follow_link()
|
D | thread_self.c | 23 static void *proc_thread_self_follow_link(struct dentry *dentry, struct nameidata *nd) in proc_thread_self_follow_link()
|
D | inode.c | 397 static void *proc_follow_link(struct dentry *dentry, struct nameidata *nd) in proc_follow_link() 406 static void proc_put_link(struct dentry *dentry, struct nameidata *nd, void *p) in proc_put_link()
|
D | namespaces.c | 33 static void *proc_ns_follow_link(struct dentry *dentry, struct nameidata *nd) in proc_ns_follow_link()
|
D | base.c | 1381 static void *proc_pid_follow_link(struct dentry *dentry, struct nameidata *nd) in proc_pid_follow_link()
|
/linux-4.1.27/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 24 struct rb_node *nd; in test__vmlinux_matches_kallsyms() local
|
/linux-4.1.27/fs/overlayfs/ |
D | inode.c | 158 static void *ovl_follow_link(struct dentry *dentry, struct nameidata *nd) in ovl_follow_link() 191 static void ovl_put_link(struct dentry *dentry, struct nameidata *nd, void *c) in ovl_put_link()
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | firmware.c | 185 struct device_node *nd; in exynos_firmware_init() local
|
/linux-4.1.27/arch/ia64/kernel/ |
D | crash.c | 179 struct ia64_mca_notify_die *nd; in kdump_init_notifier() local
|
D | mca.c | 780 struct ia64_mca_notify_die nd = in ia64_mca_rendez_int_handler() local 1287 struct ia64_mca_notify_die nd = in ia64_mca_handler() local 1671 struct ia64_mca_notify_die nd = in ia64_init_handler() local
|
/linux-4.1.27/tools/perf/ui/ |
D | browser.c | 113 struct rb_node *nd; in ui_browser__rb_tree_seek() local 142 struct rb_node *nd; in ui_browser__rb_tree_refresh() local
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 471 befs_follow_link(struct dentry *dentry, struct nameidata *nd) in befs_follow_link() 502 befs_fast_follow_link(struct dentry *dentry, struct nameidata *nd) in befs_fast_follow_link()
|
/linux-4.1.27/drivers/clk/st/ |
D | clkgen-fsyn.c | 498 unsigned long nd = fs->ndiv + 16; /* ndiv value */ in clk_fs660c32_vco_get_rate() local 801 unsigned long nd = 8; /* ndiv stuck at 0 => val = 8 */ in clk_fs216c65_get_rate() local 820 unsigned long nd = 16; /* ndiv value; stuck at 0 (30Mhz input) */ in clk_fs432c65_get_rate() local
|
/linux-4.1.27/drivers/nubus/ |
D | nubus.c | 165 static unsigned char *nubus_dirptr(const struct nubus_dirent *nd) in nubus_dirptr() 256 int nubus_readdir(struct nubus_dir *nd, struct nubus_dirent *ent) in nubus_readdir()
|
/linux-4.1.27/tools/perf/ |
D | builtin-annotate.c | 118 struct rb_node *nd = rb_first(&hists->entries), *next; in hists__find_annotations() local
|
/linux-4.1.27/scripts/dtc/ |
D | data.c | 41 struct data nd; in data_grow_for() local
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 645 static void *hppfs_follow_link(struct dentry *dentry, struct nameidata *nd) in hppfs_follow_link() 652 static void hppfs_put_link(struct dentry *dentry, struct nameidata *nd, in hppfs_put_link()
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoecmd.c | 544 getif(struct aoetgt *t, struct net_device *nd) in getif() 560 struct net_device *nd; in ejectif() local 1555 setifbcnt(struct aoetgt *t, struct net_device *nd, int bcnt) in setifbcnt()
|
D | aoeblk.c | 63 struct net_device *nds[8], **nd, **nnd, **ne; in aoedisk_show_netif() local
|
D | aoe.h | 128 struct net_device *nd; member
|
/linux-4.1.27/include/linux/ |
D | mempolicy.h | 118 struct rb_node nd; member
|
D | security.h | 2245 struct nameidata *nd) in security_inode_follow_link()
|
/linux-4.1.27/fs/9p/ |
D | vfs_inode.c | 1280 static void *v9fs_vfs_follow_link(struct dentry *dentry, struct nameidata *nd) in v9fs_vfs_follow_link() 1312 v9fs_vfs_put_link(struct dentry *dentry, struct nameidata *nd, void *p) in v9fs_vfs_put_link()
|
D | vfs_inode_dotl.c | 912 v9fs_vfs_follow_link_dotl(struct dentry *dentry, struct nameidata *nd) in v9fs_vfs_follow_link_dotl()
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 893 static void *hostfs_follow_link(struct dentry *dentry, struct nameidata *nd) in hostfs_follow_link() 917 static void hostfs_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) in hostfs_put_link()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/ |
D | lustre_compat25.h | 91 #define cfs_path_put(nd) path_put(&(nd)->path) argument
|
/linux-4.1.27/net/openvswitch/ |
D | flow.c | 374 struct nd_msg *nd; in parse_icmpv6() local
|
D | flow.h | 176 } nd; member
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 377 struct rb_node *nd; in hists__fprintf() local
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | cm.c | 418 struct rb_node *nd; in mlx4_ib_cm_paravirt_clean() local
|
/linux-4.1.27/drivers/mmc/host/ |
D | mmci.c | 644 struct mmci_host_next *nd = &host->next_data; in mmci_dma_prep_next() local 700 struct mmci_host_next *nd = &host->next_data; in mmci_pre_request() local
|
/linux-4.1.27/arch/x86/mm/ |
D | numa.c | 193 void *nd; in alloc_node_data() local
|
/linux-4.1.27/drivers/scsi/ |
D | aha1740.h | 117 nd:1, /* No Disconnect */ member
|
/linux-4.1.27/fs/f2fs/ |
D | namei.c | 299 static void *f2fs_follow_link(struct dentry *dentry, struct nameidata *nd) in f2fs_follow_link()
|
/linux-4.1.27/drivers/sbus/char/ |
D | openprom.c | 525 phandle nd; in opiocgetnext() local
|
/linux-4.1.27/fs/cifs/ |
D | link.c | 630 cifs_follow_link(struct dentry *direntry, struct nameidata *nd) in cifs_follow_link()
|
/linux-4.1.27/lib/ |
D | inflate.c | 842 unsigned nd; /* number of distance codes */ in inflate_dynamic() local
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 420 struct nameidata *nd) in xfs_vn_follow_link()
|
/linux-4.1.27/fs/fuse/ |
D | dir.c | 1403 static void *fuse_follow_link(struct dentry *dentry, struct nameidata *nd) in fuse_follow_link() 1409 static void fuse_put_link(struct dentry *dentry, struct nameidata *nd, void *c) in fuse_put_link()
|
/linux-4.1.27/mm/ |
D | shmem.c | 2477 static void *shmem_follow_short_symlink(struct dentry *dentry, struct nameidata *nd) in shmem_follow_short_symlink() 2483 static void *shmem_follow_link(struct dentry *dentry, struct nameidata *nd) in shmem_follow_link() 2493 static void shmem_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) in shmem_put_link()
|
D | mempolicy.c | 1651 int nd) in policy_zonelist() 2190 struct sp_node *nd; in sp_insert() local
|
D | memory-failure.c | 273 struct list_head nd; member
|
D | mmap.c | 380 struct rb_node *nd, *pn = NULL; in browse_rb() local 424 struct rb_node *nd; in validate_mm_rb() local
|
/linux-4.1.27/fs/debugfs/ |
D | file.c | 46 static void *debugfs_follow_link(struct dentry *dentry, struct nameidata *nd) in debugfs_follow_link()
|
/linux-4.1.27/net/dsa/ |
D | dsa.c | 501 struct net_device *nd; in dev_to_net_device() local
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | pci.c | 1029 struct device_node* nd; in pmac_pcibios_after_init() local
|
/linux-4.1.27/fs/ecryptfs/ |
D | inode.c | 678 static void *ecryptfs_follow_link(struct dentry *dentry, struct nameidata *nd) in ecryptfs_follow_link()
|
/linux-4.1.27/fs/ubifs/ |
D | file.c | 1303 static void *ubifs_follow_link(struct dentry *dentry, struct nameidata *nd) in ubifs_follow_link()
|
/linux-4.1.27/fs/hpfs/ |
D | dnode.c | 238 struct dnode *d, *ad, *rd, *nd = NULL; in hpfs_add_to_dnode() local
|
/linux-4.1.27/fs/ceph/ |
D | inode.c | 1694 static void *ceph_sym_follow_link(struct dentry *dentry, struct nameidata *nd) in ceph_sym_follow_link()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 453 static inline struct brcmf_cfg80211_profile *ndev_to_prof(struct net_device *nd) in ndev_to_prof()
|
/linux-4.1.27/fs/gfs2/ |
D | inode.c | 1551 static void *gfs2_follow_link(struct dentry *dentry, struct nameidata *nd) in gfs2_follow_link()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | numa.c | 920 void *nd; in setup_node_data() local
|
/linux-4.1.27/arch/sparc/mm/ |
D | srmmu.c | 1013 phandle nd; in init_vac_layout() local
|
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.c | 1175 int i, nd, max_domain_id = -1; in ap_max_domain_id_show() local
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | sunlance.c | 1411 struct device_node *nd; in sparc_lance_probe_one() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 1417 struct net_device *nd = adap->port[i].dev; in restart_tx_queues() local
|
/linux-4.1.27/security/ |
D | security.c | 584 int security_inode_follow_link(struct dentry *dentry, struct nameidata *nd) in security_inode_follow_link()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 791 struct vxlan_rdst *rd, *nd; in vxlan_fdb_free() local
|
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 8830 struct nlattr *nd, *freqs, *matches, *match; in nl80211_send_wowlan_nd() local 12560 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect; in cfg80211_net_detect_results() local
|
/linux-4.1.27/drivers/staging/netlogic/ |
D | xlr_net.h | 1095 struct xlr_net_data *nd; member
|