Home
last modified time | relevance | path

Searched defs:dh (Results 1 – 36 of 36) sorted by relevance

/linux-4.4.14/net/netfilter/
Dxt_dccp.c40 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
Dnf_conntrack_proto_dccp.c403 struct dccp_hdr _hdr, *dh; in dccp_pkt_to_tuple() local
427 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
Dxt_hashlimit.c304 struct dsthash_ent *dh; in htable_selective_cleanup() local
445 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/
Dinput.c191 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_check_seqno() local
288 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()
Dipv4.c238 const struct dccp_hdr *dh = (struct dccp_hdr *)(skb->data + offset); in dccp_v4_err() local
368 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
Dipv6.c54 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_check() local
73 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
Doutput.c52 struct dccp_hdr *dh; in dccp_transmit_skb() local
396 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
Ddccp.h210 const struct dccp_hdr* dh = dccp_hdr(skb); in dccp_csum_coverage() local
403 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq()
Doptions.c55 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_parse_options() local
Dproto.c810 const struct dccp_hdr *dh; in dccp_recvmsg() local
/linux-4.4.14/fs/quota/
Dquota_tree.c80 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in get_free_dqblk() local
110 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/
Ddmi-sysfs.c33 struct dmi_header dh; member
124 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/
Ddccp.h77 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/
Dlsm_audit.c81 struct dccp_hdr *dh = dccp_hdr(skb); in ipv4_skb_to_auditdata() local
159 struct dccp_hdr _dccph, *dh; in ipv6_skb_to_auditdata() local
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Doverlay.c154 u16 dw, dh; in dss_ovl_check() local
Ddsi.c4061 u16 dw, dh; in dsi_update() local
/linux-4.4.14/include/drm/
Ddrm_rect.h57 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/
Dghes_edac.c69 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()
Di7core_edac.c1940 static void decode_dclk(const struct dmi_header *dh, void *_dclk_freq) in decode_dclk()
/linux-4.4.14/drivers/scsi/
Dscsi_dh.c110 struct scsi_device_handler *dh; in scsi_dh_lookup() local
/linux-4.4.14/net/dccp/ccids/lib/
Dpacket_history.c114 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/
Dhash.c353 struct cfs_hash_dhead *dh; in cfs_hash_dh_hnode_add() local
369 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/
Ddm-snap-persistent.c311 struct disk_header *dh; in read_header() local
388 struct disk_header *dh; in write_header() local
/linux-4.4.14/drivers/video/fbdev/mb862xx/
Dmb862xxfb.h12 unsigned short dh; member
/linux-4.4.14/fs/ncpfs/
Dinode.c809 __u8 dh; in ncp_statfs() local
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c293 u16 dw, dh; in omapfb_update_window() local
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-core.c217 int dw, int dh, int rotation) in fimc_check_scaler_ratio()
/linux-4.4.14/drivers/media/platform/exynos-gsc/
Dgsc-core.c609 int dh, int rot, int out_path) in gsc_check_scaler_ratio()
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb_init.c739 unsigned short al, unsigned short dh) in SiS_WriteDAC()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_nl.c3071 struct drbd_genlmsghdr *dh; in get_one_status() local
3462 struct drbd_genlmsghdr *dh = info->userhdr; in drbd_adm_new_minor() local
/linux-4.4.14/arch/x86/boot/
Dboot.h264 u8 dl, dh, edx2, edx3; member
/linux-4.4.14/drivers/staging/xgifb/
Dvb_setmode.c1081 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/
Dinit.c2859 unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh) in SiS_WriteDAC()
/linux-4.4.14/security/selinux/
Dhooks.c3811 struct dccp_hdr _dccph, *dh; in selinux_parse_skb_ipv4() local
3888 struct dccp_hdr _dccph, *dh; in selinux_parse_skb_ipv6() local
/linux-4.4.14/security/smack/
Dsmack_lsm.c3874 struct dccp_hdr _dccph, *dh; in smk_skb_to_addr_ipv6() local
/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c9585 dma_addr_t dh; in niu_pci_alloc_coherent() local