Searched refs:dh (Results 1 – 1 of 1) sorted by relevance
3554 struct dccp_hdr _dccph, *dh; in selinux_parse_skb_ipv4() local3560 dh = skb_header_pointer(skb, offset, sizeof(_dccph), &_dccph); in selinux_parse_skb_ipv4()3561 if (dh == NULL) in selinux_parse_skb_ipv4()3564 ad->u.net.sport = dh->dccph_sport; in selinux_parse_skb_ipv4()3565 ad->u.net.dport = dh->dccph_dport; in selinux_parse_skb_ipv4()3630 struct dccp_hdr _dccph, *dh; in selinux_parse_skb_ipv6() local3632 dh = skb_header_pointer(skb, offset, sizeof(_dccph), &_dccph); in selinux_parse_skb_ipv6()3633 if (dh == NULL) in selinux_parse_skb_ipv6()3636 ad->u.net.sport = dh->dccph_sport; in selinux_parse_skb_ipv6()3637 ad->u.net.dport = dh->dccph_dport; in selinux_parse_skb_ipv6()