| /linux-4.4.14/net/netfilter/ | 
| D | xt_dccp.c | 40 		 const struct dccp_hdr *dh,  in dccp_find_option()86 match_types(const struct dccp_hdr *dh, u_int16_t typemask)  in match_types()
 93 	     const struct dccp_hdr *dh, bool *hotdrop)  in match_option()
 102 	const struct dccp_hdr *dh;  in dccp_mt()  local
 
 | 
| D | nf_conntrack_proto_dccp.c | 403 	struct dccp_hdr _hdr, *dh;  in dccp_pkt_to_tuple()  local427 	struct dccp_hdr _dh, *dh;  in dccp_new()  local
 464 static u64 dccp_ack_seq(const struct dccp_hdr *dh)  in dccp_ack_seq()
 485 	struct dccp_hdr _dh, *dh;  in dccp_packet()  local
 575 	struct dccp_hdr _dh, *dh;  in dccp_error()  local
 
 | 
| D | xt_hashlimit.c | 304 		struct dsthash_ent *dh;  in htable_selective_cleanup()  local445 static void rateinfo_recalc(struct dsthash_ent *dh, unsigned long now, u32 mode)  in rateinfo_recalc()
 471 static void rateinfo_init(struct dsthash_ent *dh,  in rateinfo_init()
 590 static u32 hashlimit_byte_cost(unsigned int len, struct dsthash_ent *dh)  in hashlimit_byte_cost()
 611 	struct dsthash_ent *dh;  in hashlimit_mt()  local
 
 | 
| /linux-4.4.14/net/dccp/ | 
| D | input.c | 191 	const struct dccp_hdr *dh = dccp_hdr(skb);  in dccp_check_seqno()  local288 				  const struct dccp_hdr *dh, const unsigned int len)  in __dccp_rcv_established()
 369 			 const struct dccp_hdr *dh, const unsigned int len)  in dccp_rcv_established()
 390 					       const struct dccp_hdr *dh,  in dccp_rcv_request_sent_state_process()
 523 						   const struct dccp_hdr *dh,  in dccp_rcv_respond_partopen_state_process()
 575 			   struct dccp_hdr *dh, unsigned int len)  in dccp_rcv_state_process()
 
 | 
| D | ipv4.c | 238 	const struct dccp_hdr *dh = (struct dccp_hdr *)(skb->data + offset);  in dccp_v4_err()  local368 	struct dccp_hdr *dh = dccp_hdr(skb);  in dccp_v4_send_check()  local
 486 		struct dccp_hdr *dh = dccp_hdr(skb);  in dccp_v4_send_response()  local
 647 	struct dccp_hdr *dh = dccp_hdr(skb);  in dccp_v4_do_rcv()  local
 697 	const struct dccp_hdr *dh;  in dccp_invalid_packet()  local
 765 	const struct dccp_hdr *dh;  in dccp_v4_rcv()  local
 
 | 
| D | ipv6.c | 54 	struct dccp_hdr *dh = dccp_hdr(skb);  in dccp_v6_send_check()  local73 	const struct dccp_hdr *dh = (struct dccp_hdr *)(skb->data + offset);  in dccp_v6_err()  local
 218 		struct dccp_hdr *dh = dccp_hdr(skb);  in dccp_v6_send_response()  local
 644 	const struct dccp_hdr *dh;  in dccp_v6_rcv()  local
 
 | 
| D | output.c | 52 		struct dccp_hdr *dh;  in dccp_transmit_skb()  local396 	struct dccp_hdr *dh;  in dccp_make_response()  local
 458 	struct dccp_hdr *rxdh = dccp_hdr(rcv_skb), *dh;  in dccp_ctl_make_reset()  local
 
 | 
| D | dccp.h | 210 	const struct dccp_hdr* dh = dccp_hdr(skb);  in dccp_csum_coverage()  local403 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss)  in dccp_hdr_set_seq()
 
 | 
| D | options.c | 55 	const struct dccp_hdr *dh = dccp_hdr(skb);  in dccp_parse_options()  local
 | 
| D | proto.c | 810 	const struct dccp_hdr *dh;  in dccp_recvmsg()  local
 | 
| /linux-4.4.14/fs/quota/ | 
| D | quota_tree.c | 80 	struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf;  in get_free_dqblk()  local110 	struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf;  in put_free_dqblk()  local
 129 	struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf;  in remove_free_dqentry()  local
 176 	struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf;  in insert_free_dqentry()  local
 222 	struct qt_disk_dqdbheader *dh;  in find_free_dqentry()  local
 409 	struct qt_disk_dqdbheader *dh;  in free_dqentry()  local
 
 | 
| /linux-4.4.14/drivers/firmware/ | 
| D | dmi-sysfs.c | 33 	struct dmi_header dh;  member124 static void find_dmi_entry_helper(const struct dmi_header *dh,  in find_dmi_entry_helper()
 181 static size_t dmi_entry_length(const struct dmi_header *dh)  in dmi_entry_length()
 202 					  const struct dmi_header *dh,  in dmi_entry_attr_show_helper()
 398 				       const struct dmi_header *dh,  in dmi_sel_raw_read_helper()
 521 					 const struct dmi_header *dh,  in dmi_entry_raw_read_helper()
 577 static void __init dmi_sysfs_register_handle(const struct dmi_header *dh,  in dmi_sysfs_register_handle()
 
 | 
| /linux-4.4.14/include/linux/ | 
| D | dccp.h | 77 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh)  in dccp_hdrx()82 static inline unsigned int __dccp_basic_hdr_len(const struct dccp_hdr *dh)  in __dccp_basic_hdr_len()
 89 	const struct dccp_hdr *dh = dccp_hdr(skb);  in dccp_basic_hdr_len()  local
 93 static inline __u64 dccp_hdr_seq(const struct dccp_hdr *dh)  in dccp_hdr_seq()
 135 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *dh)  in __dccp_hdr_len()
 
 | 
| /linux-4.4.14/security/ | 
| D | lsm_audit.c | 81 		struct dccp_hdr *dh = dccp_hdr(skb);  in ipv4_skb_to_auditdata()  local159 		struct dccp_hdr _dccph, *dh;  in ipv6_skb_to_auditdata()  local
 
 | 
| /linux-4.4.14/drivers/video/fbdev/omap2/dss/ | 
| D | overlay.c | 154 	u16 dw, dh;  in dss_ovl_check()  local
 | 
| D | dsi.c | 4061 	u16 dw, dh;  in dsi_update()  local
 | 
| /linux-4.4.14/include/drm/ | 
| D | drm_rect.h | 57 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh)  in drm_rect_adjust_size()
 | 
| /linux-4.4.14/drivers/edac/ | 
| D | ghes_edac.c | 69 static void ghes_edac_count_dimms(const struct dmi_header *dh, void *arg)  in ghes_edac_count_dimms()77 static void ghes_edac_dmidecode(const struct dmi_header *dh, void *arg)  in ghes_edac_dmidecode()
 
 | 
| D | i7core_edac.c | 1940 static void decode_dclk(const struct dmi_header *dh, void *_dclk_freq)  in decode_dclk()
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | scsi_dh.c | 110 	struct scsi_device_handler *dh;  in scsi_dh_lookup()  local
 | 
| /linux-4.4.14/net/dccp/ccids/lib/ | 
| D | packet_history.c | 114 	const struct dccp_hdr *dh = dccp_hdr(skb);  in tfrc_rx_hist_entry_from_skb()  local
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ | 
| D | hash.c | 353 	struct cfs_hash_dhead *dh;  in cfs_hash_dh_hnode_add()  local369 	struct cfs_hash_dhead *dh;  in cfs_hash_dh_hnode_del()  local
 410 	struct cfs_hash_dhead_dep *dh;  in cfs_hash_dd_hnode_add()  local
 426 	struct cfs_hash_dhead_dep *dh;  in cfs_hash_dd_hnode_del()  local
 
 | 
| /linux-4.4.14/drivers/md/ | 
| D | dm-snap-persistent.c | 311 	struct disk_header *dh;  in read_header()  local388 	struct disk_header *dh;  in write_header()  local
 
 | 
| /linux-4.4.14/drivers/video/fbdev/mb862xx/ | 
| D | mb862xxfb.h | 12 	unsigned short dh;  member
 | 
| /linux-4.4.14/fs/ncpfs/ | 
| D | inode.c | 809 	__u8 dh;  in ncp_statfs()  local
 | 
| /linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ | 
| D | omapfb-ioctl.c | 293 	u16 dw, dh;  in omapfb_update_window()  local
 | 
| /linux-4.4.14/drivers/media/platform/exynos4-is/ | 
| D | fimc-core.c | 217 			    int dw, int dh, int rotation)  in fimc_check_scaler_ratio()
 | 
| /linux-4.4.14/drivers/media/platform/exynos-gsc/ | 
| D | gsc-core.c | 609 			   int dh, int rot, int out_path)  in gsc_check_scaler_ratio()
 | 
| /linux-4.4.14/drivers/usb/misc/sisusbvga/ | 
| D | sisusb_init.c | 739 	     unsigned short al, unsigned short dh)  in SiS_WriteDAC()
 | 
| /linux-4.4.14/drivers/block/drbd/ | 
| D | drbd_nl.c | 3071 	struct drbd_genlmsghdr *dh;  in get_one_status()  local3462 	struct drbd_genlmsghdr *dh = info->userhdr;  in drbd_adm_new_minor()  local
 
 | 
| /linux-4.4.14/arch/x86/boot/ | 
| D | boot.h | 264 			u8 dl, dh, edx2, edx3;  member
 | 
| /linux-4.4.14/drivers/staging/xgifb/ | 
| D | vb_setmode.c | 1081 			 unsigned short dh,  in XGI_WriteDAC()1103 	unsigned short data, data2, i, k, m, n, o, si, di, bx, dl, al, ah, dh;  in XGI_LoadDAC()  local
 
 | 
| /linux-4.4.14/drivers/video/fbdev/sis/ | 
| D | init.c | 2859              unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh)  in SiS_WriteDAC()
 | 
| /linux-4.4.14/security/selinux/ | 
| D | hooks.c | 3811 		struct dccp_hdr _dccph, *dh;  in selinux_parse_skb_ipv4()  local3888 		struct dccp_hdr _dccph, *dh;  in selinux_parse_skb_ipv6()  local
 
 | 
| /linux-4.4.14/security/smack/ | 
| D | smack_lsm.c | 3874 	struct dccp_hdr _dccph, *dh;  in smk_skb_to_addr_ipv6()  local
 | 
| /linux-4.4.14/drivers/net/ethernet/sun/ | 
| D | niu.c | 9585 	dma_addr_t dh;  in niu_pci_alloc_coherent()  local
 |