/linux-3.3/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 | 406 struct dccp_hdr _hdr, *dh; in dccp_pkt_to_tuple() local 430 struct dccp_hdr _dh, *dh; in dccp_new() local 466 static u64 dccp_ack_seq(const struct dccp_hdr *dh) in dccp_ack_seq() 482 struct dccp_hdr _dh, *dh; in dccp_packet() local 573 struct dccp_hdr _dh, *dh; in dccp_error() local
|
D | xt_hashlimit.c | 289 struct dsthash_ent *dh; in htable_selective_cleanup() local 403 static inline void rateinfo_recalc(struct dsthash_ent *dh, unsigned long now) in rateinfo_recalc() 520 struct dsthash_ent *dh; in hashlimit_mt() local
|
/linux-3.3/net/dccp/ |
D | input.c | 191 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_check_seqno() local 288 const struct dccp_hdr *dh, const unsigned len) in __dccp_rcv_established() 369 const struct dccp_hdr *dh, const unsigned 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 len) in dccp_rcv_state_process()
|
D | ipv4.c | 214 const struct dccp_hdr *dh = (struct dccp_hdr *)(skb->data + offset); in dccp_v4_err() local 366 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_check() local 446 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_hnd_req() local 513 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_response() local 666 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_do_rcv() local 730 const struct dccp_hdr *dh; in dccp_invalid_packet() local 799 const struct dccp_hdr *dh; in dccp_v4_rcv() local
|
D | ipv6.c | 67 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_check() local 86 const struct dccp_hdr *dh = (struct dccp_hdr *)(skb->data + offset); in dccp_v6_err() local 268 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_response() local 349 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_hnd_req() local 754 const struct dccp_hdr *dh; in dccp_v6_rcv() local
|
D | output.c | 52 struct dccp_hdr *dh; in dccp_transmit_skb() local 395 struct dccp_hdr *dh; in dccp_make_response() local 452 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() local 408 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 | 813 const struct dccp_hdr *dh; in dccp_recvmsg() local
|
/linux-3.3/fs/quota/ |
D | quota_tree.c | 79 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in get_free_dqblk() local 109 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in put_free_dqblk() local 128 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in remove_free_dqentry() local 175 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in insert_free_dqentry() local 221 struct qt_disk_dqdbheader *dh; in find_free_dqentry() local 401 struct qt_disk_dqdbheader *dh; in free_dqentry() local
|
/linux-3.3/drivers/firmware/ |
D | dmi-sysfs.c | 33 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() 578 static void __init dmi_sysfs_register_handle(const struct dmi_header *dh, in dmi_sysfs_register_handle()
|
/linux-3.3/security/ |
D | lsm_audit.c | 81 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-3.3/include/linux/ |
D | dccp.h | 307 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh) in dccp_hdrx() 312 static inline unsigned int __dccp_basic_hdr_len(const struct dccp_hdr *dh) in __dccp_basic_hdr_len() 319 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_basic_hdr_len() local 323 static inline __u64 dccp_hdr_seq(const struct dccp_hdr *dh) in dccp_hdr_seq() 365 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *dh) in __dccp_hdr_len()
|
/linux-3.3/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-3.3/drivers/md/ |
D | dm-snap-persistent.c | 303 struct disk_header *dh; in read_header() local 380 struct disk_header *dh; in write_header() local
|
/linux-3.3/fs/ncpfs/ |
D | inode.c | 808 __u8 dh; in ncp_statfs() local
|
/linux-3.3/drivers/video/mb862xx/ |
D | mb862xxfb.h | 12 unsigned short dh; member
|
/linux-3.3/drivers/video/omap2/omapfb/ |
D | omapfb-ioctl.c | 285 u16 dw, dh; in omapfb_update_window_nolock() local
|
/linux-3.3/drivers/video/omap2/dss/ |
D | overlay.c | 638 u16 dw, dh; in dss_ovl_check() local
|
D | rfbi.c | 768 u16 dw, dh; in omap_rfbi_prepare_update() local
|
/linux-3.3/drivers/usb/misc/sisusbvga/ |
D | sisusb_init.c | 740 unsigned short al, unsigned short dh) in SiS_WriteDAC()
|
/linux-3.3/arch/x86/boot/ |
D | boot.h | 279 u8 dl, dh, edx2, edx3; member
|
/linux-3.3/drivers/media/video/s5p-fimc/ |
D | fimc-core.c | 199 int dw, int dh, int rotation) in fimc_check_scaler_ratio()
|
/linux-3.3/drivers/staging/xgifb/ |
D | vb_setmode.c | 1610 unsigned short dh, in XGI_WriteDAC() 1641 ah, dh; in XGI_LoadDAC() local
|