Home
last modified time | relevance | path

Searched refs:_dh (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dxt_dccp.c100 struct dccp_hdr _dh; in dccp_mt() local
105 dh = skb_header_pointer(skb, par->thoff, sizeof(_dh), &_dh); in dccp_mt()
H A Dnft_exthdr.c419 struct dccp_hdr _dh; in nft_exthdr_dccp_eval() local
426 dh = skb_header_pointer(pkt->skb, thoff, sizeof(_dh), &_dh); in nft_exthdr_dccp_eval()