Searched defs:dh (Results 1 – 11 of 11) sorted by relevance
/net/dccp/ |
D | input.c | 187 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()
|
D | ipv4.c | 234 const struct dccp_hdr *dh; in dccp_v4_err() local 370 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_check() local 491 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_response() local 652 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_do_rcv() local 702 const struct dccp_hdr *dh; in dccp_invalid_packet() local 772 const struct dccp_hdr *dh; in dccp_v4_rcv() local
|
D | ipv6.c | 52 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_check() local 71 const struct dccp_hdr *dh; in dccp_v6_err() local 222 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_response() local 684 const struct dccp_hdr *dh; in dccp_v6_rcv() local
|
D | output.c | 49 struct dccp_hdr *dh; in dccp_transmit_skb() local 393 struct dccp_hdr *dh; in dccp_make_response() local 455 struct dccp_hdr *rxdh = dccp_hdr(rcv_skb), *dh; in dccp_ctl_make_reset() local
|
D | dccp.h | 207 const struct dccp_hdr* dh = dccp_hdr(skb); in dccp_csum_coverage() local 400 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq()
|
D | options.c | 51 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_parse_options() local
|
D | proto.c | 826 const struct dccp_hdr *dh; in dccp_recvmsg() local
|
/net/netfilter/ |
D | xt_dccp.c | 37 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
|
D | nf_conntrack_proto_dccp.c | 385 const struct dccp_hdr *dh) in dccp_new() 420 static u64 dccp_ack_seq(const struct dccp_hdr *dh) in dccp_ack_seq() 429 static bool dccp_error(const struct dccp_hdr *dh, in dccp_error() 477 struct dccp_hdr _dh, *dh; in nf_conntrack_dccp_packet() local
|
D | xt_hashlimit.c | 379 struct dsthash_ent *dh; in htable_selective_cleanup() local 547 static void rateinfo_recalc(struct dsthash_ent *dh, unsigned long now, in rateinfo_recalc() 591 static void rateinfo_init(struct dsthash_ent *dh, in rateinfo_init() 727 static u32 hashlimit_byte_cost(unsigned int len, struct dsthash_ent *dh) in hashlimit_byte_cost() 748 struct dsthash_ent *dh; in hashlimit_mt_common() local
|
/net/dccp/ccids/lib/ |
D | packet_history.c | 101 const struct dccp_hdr *dh = dccp_hdr(skb); in tfrc_rx_hist_entry_from_skb() local
|