Searched defs:dh (Results 1 – 11 of 11) sorted by relevance
/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 | 403 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
|
D | xt_hashlimit.c | 306 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/ |
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 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()
|
D | ipv4.c | 215 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
|
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 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
|
D | output.c | 52 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
|
D | dccp.h | 210 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()
|
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
|
/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
|