Searched refs:_dh (Results 1 – 2 of 2) sorted by relevance
| /linux-4.1.27/net/netfilter/ |
| 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()
|
| D | nf_conntrack_proto_dccp.c | 427 struct dccp_hdr _dh, *dh; in dccp_new() local 431 dh = skb_header_pointer(skb, dataoff, sizeof(_dh), &_dh); in dccp_new() 485 struct dccp_hdr _dh, *dh; in dccp_packet() local 489 dh = skb_header_pointer(skb, dataoff, sizeof(_dh), &_dh); in dccp_packet() 575 struct dccp_hdr _dh, *dh; in dccp_error() local 580 dh = skb_header_pointer(skb, dataoff, sizeof(_dh), &_dh); in dccp_error()
|