Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/crypto/
A Ddh.h32 struct dh { struct
51 unsigned int crypto_dh_key_len(const struct dh *params); argument
/linux-6.3-rc2/net/dccp/
A Dinput.c187 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_check_seqno() local
284 const struct dccp_hdr *dh, const unsigned int len) in __dccp_rcv_established()
365 const struct dccp_hdr *dh, const unsigned int len) in dccp_rcv_established()
386 const struct dccp_hdr *dh, in dccp_rcv_request_sent_state_process()
519 const struct dccp_hdr *dh, in dccp_rcv_respond_partopen_state_process()
572 struct dccp_hdr *dh, unsigned int len) in dccp_rcv_state_process()
A Dipv4.c248 const struct dccp_hdr *dh; in dccp_v4_err() local
384 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_check() local
505 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_response() local
671 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_do_rcv() local
723 const struct dccp_hdr *dh; in dccp_invalid_packet() local
793 const struct dccp_hdr *dh; in dccp_v4_rcv() local
A Dipv6.c59 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_check() local
78 const struct dccp_hdr *dh; in dccp_v6_err() local
229 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_response() local
696 const struct dccp_hdr *dh; in dccp_v6_rcv() local
A Doutput.c49 struct dccp_hdr *dh; in dccp_transmit_skb() local
402 struct dccp_hdr *dh; in dccp_make_response() local
464 struct dccp_hdr *rxdh = dccp_hdr(rcv_skb), *dh; in dccp_ctl_make_reset() local
A Ddccp.h197 const struct dccp_hdr* dh = dccp_hdr(skb); in dccp_csum_coverage() local
385 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq()
A Doptions.c52 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_parse_options() local
/linux-6.3-rc2/net/netfilter/
A Dxt_dccp.c37 const struct dccp_hdr *dh, in dccp_find_option()
83 match_types(const struct dccp_hdr *dh, u_int16_t typemask) in match_types()
90 const struct dccp_hdr *dh, bool *hotdrop) in match_option()
99 const struct dccp_hdr *dh; in dccp_mt() local
A Dnf_conntrack_proto_dccp.c385 const struct dccp_hdr *dh, in dccp_new()
422 static u64 dccp_ack_seq(const struct dccp_hdr *dh) in dccp_ack_seq()
431 static bool dccp_error(const struct dccp_hdr *dh, in dccp_error()
478 struct dccp_hdr _dh, *dh; in nf_conntrack_dccp_packet() local
A Dxt_hashlimit.c366 struct dsthash_ent *dh; in htable_selective_cleanup() local
529 static void rateinfo_recalc(struct dsthash_ent *dh, unsigned long now, in rateinfo_recalc()
573 static void rateinfo_init(struct dsthash_ent *dh, in rateinfo_init()
709 static u32 hashlimit_byte_cost(unsigned int len, struct dsthash_ent *dh) in hashlimit_byte_cost()
730 struct dsthash_ent *dh; in hashlimit_mt_common() local
/linux-6.3-rc2/fs/quota/
A Dquota_tree.c87 struct qt_disk_dqdbheader *dh) in check_dquot_block_header()
112 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in get_free_dqblk() local
145 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in put_free_dqblk() local
164 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in remove_free_dqentry() local
211 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in insert_free_dqentry() local
257 struct qt_disk_dqdbheader *dh; in find_free_dqentry() local
451 struct qt_disk_dqdbheader *dh; in free_dqentry() local
/linux-6.3-rc2/drivers/firmware/
A Ddmi-sysfs.c35 struct dmi_header dh; member
126 static void find_dmi_entry_helper(const struct dmi_header *dh, in find_dmi_entry_helper()
183 static size_t dmi_entry_length(const struct dmi_header *dh) in dmi_entry_length()
204 const struct dmi_header *dh, in dmi_entry_attr_show_helper()
400 const struct dmi_header *dh, in dmi_sel_raw_read_helper()
524 const struct dmi_header *dh, in dmi_entry_raw_read_helper()
580 static void __init dmi_sysfs_register_handle(const struct dmi_header *dh, in dmi_sysfs_register_handle()
/linux-6.3-rc2/include/linux/
A Ddccp.h78 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh) in dccp_hdrx()
83 static inline unsigned int __dccp_basic_hdr_len(const struct dccp_hdr *dh) in __dccp_basic_hdr_len()
90 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_basic_hdr_len() local
94 static inline __u64 dccp_hdr_seq(const struct dccp_hdr *dh) in dccp_hdr_seq()
136 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *dh) in __dccp_hdr_len()
/linux-6.3-rc2/security/
A Dlsm_audit.c72 struct dccp_hdr *dh = dccp_hdr(skb); in ipv4_skb_to_auditdata() local
144 struct dccp_hdr _dccph, *dh; in ipv6_skb_to_auditdata() local
/linux-6.3-rc2/drivers/block/drbd/
A Ddrbd_nl.c3235 struct drbd_genlmsghdr *dh; in drbd_adm_dump_resources() local
3350 struct drbd_genlmsghdr *dh; in drbd_adm_dump_devices() local
3439 struct drbd_genlmsghdr *dh; in drbd_adm_dump_connections() local
3602 struct drbd_genlmsghdr *dh; in drbd_adm_dump_peer_devices() local
3849 struct drbd_genlmsghdr *dh; in get_one_status() local
4561 struct drbd_genlmsghdr *dh; in notify_resource_state() local
4613 struct drbd_genlmsghdr *dh; in notify_device_state() local
4663 struct drbd_genlmsghdr *dh; in notify_connection_state() local
4714 struct drbd_genlmsghdr *dh; in notify_peer_device_state() local
4765 struct drbd_genlmsghdr *dh; in notify_helper() local
[all …]
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dqat_asym_algs.c118 struct qat_dh_input_params dh; member
122 struct qat_dh_output_params dh; member
131 struct qat_dh_ctx *dh; member
135 struct kpp_request *dh; member
1268 static struct kpp_alg dh = { variable
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Doverlay.c143 u16 dw, dh; in dss_ovl_check() local
/linux-6.3-rc2/include/linux/platform_data/x86/
A Dsimatic-ipc.h65 simatic_ipc_find_dmi_entry_helper(const struct dmi_header *dh, void *_data) in simatic_ipc_find_dmi_entry_helper()
/linux-6.3-rc2/security/keys/
A Ddh.c60 static void dh_free_data(struct dh *dh) in dh_free_data()
/linux-6.3-rc2/include/drm/
A Ddrm_rect.h122 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) in drm_rect_adjust_size()
/linux-6.3-rc2/drivers/scsi/
A Dscsi_dh.c105 struct scsi_device_handler *dh; in scsi_dh_lookup() local
/linux-6.3-rc2/net/dccp/ccids/lib/
A Dpacket_history.c101 const struct dccp_hdr *dh = dccp_hdr(skb); in tfrc_rx_hist_entry_from_skb() local
/linux-6.3-rc2/drivers/md/
A Ddm-snap-persistent.c309 struct disk_header *dh; in read_header() local
385 struct disk_header *dh; in write_header() local
/linux-6.3-rc2/drivers/edac/
A Dghes_edac.c203 static void enumerate_dimms(const struct dmi_header *dh, void *arg) in enumerate_dimms()
/linux-6.3-rc2/drivers/video/fbdev/mb862xx/
A Dmb862xxfb.h13 unsigned short dh; member

Completed in 57 milliseconds

12