Home
last modified time | relevance | path

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

/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.c306 struct dsthash_ent *dh; in htable_selective_cleanup() local
441 static void rateinfo_recalc(struct dsthash_ent *dh, unsigned long now, u32 mode) in rateinfo_recalc()
467 static void rateinfo_init(struct dsthash_ent *dh, in rateinfo_init()
586 static u32 hashlimit_byte_cost(unsigned int len, struct dsthash_ent *dh) in hashlimit_byte_cost()
607 struct dsthash_ent *dh; in hashlimit_mt() local
/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.c215 const struct dccp_hdr *dh = (struct dccp_hdr *)(skb->data + offset); in dccp_v4_err() local
371 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_check() local
451 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_hnd_req() local
517 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_response() local
677 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_do_rcv() local
741 const struct dccp_hdr *dh; in dccp_invalid_packet() local
810 const struct dccp_hdr *dh; in dccp_v4_rcv() local
Dipv6.c67 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
250 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_response() local
333 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_hnd_req() local
743 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
453 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
409 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.c813 const struct dccp_hdr *dh; in dccp_recvmsg() local
/net/dccp/ccids/lib/
Dpacket_history.c114 const struct dccp_hdr *dh = dccp_hdr(skb); in tfrc_rx_hist_entry_from_skb() local