Searched refs:_dh (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_proto_dccp.c | 397 struct dccp_hdr _dh, *dh; in dccp_new() local 401 dh = skb_header_pointer(skb, dataoff, sizeof(_dh), &_dh); in dccp_new() 445 struct dccp_hdr _dh, *dh; in dccp_packet() local 450 dh = skb_header_pointer(skb, dataoff, sizeof(_dh), &_dh); in dccp_packet() 534 struct dccp_hdr _dh, *dh; in dccp_error() local 539 dh = skb_header_pointer(skb, dataoff, sizeof(_dh), &_dh); in dccp_error()
|
D | xt_dccp.c | 103 struct dccp_hdr _dh; in dccp_mt() local 108 dh = skb_header_pointer(skb, par->thoff, sizeof(_dh), &_dh); in dccp_mt()
|