Searched refs:pdst (Results 1 – 2 of 2) sorted by relevance
3099 if (v4_m_spec->pdst) { in ethtool_rx_flow_rule_create()3100 match->key.tp.dst = v4_spec->pdst; in ethtool_rx_flow_rule_create()3101 match->mask.tp.dst = v4_m_spec->pdst; in ethtool_rx_flow_rule_create()3104 v4_m_spec->pdst) { in ethtool_rx_flow_rule_create()3151 if (v6_m_spec->pdst) { in ethtool_rx_flow_rule_create()3152 match->key.tp.dst = v6_spec->pdst; in ethtool_rx_flow_rule_create()3153 match->mask.tp.dst = v6_m_spec->pdst; in ethtool_rx_flow_rule_create()3156 v6_m_spec->pdst) { in ethtool_rx_flow_rule_create()
1743 void *pdst = fl_key_get_start(&dst->key, src); in fl_mask_copy() local1745 memcpy(pdst, psrc, fl_mask_range(src)); in fl_mask_copy()