Lines Matching refs:h_ext
387 bcmasp_netfilt_wr_m_wake(priv, nfilt, 0, &fs->h_ext.h_dest, in bcmasp_netfilt_wr_to_hw()
389 sizeof(fs->h_ext.h_dest)); in bcmasp_netfilt_wr_to_hw()
395 &fs->h_ext.vlan_etype, in bcmasp_netfilt_wr_to_hw()
397 sizeof(fs->h_ext.vlan_etype)); in bcmasp_netfilt_wr_to_hw()
399 &fs->h_ext.vlan_tci, in bcmasp_netfilt_wr_to_hw()
401 sizeof(fs->h_ext.vlan_tci)); in bcmasp_netfilt_wr_to_hw()
623 if (cur->h_ext.vlan_etype != fs->h_ext.vlan_etype || in bcmasp_netfilt_check_dup()
625 cur->h_ext.vlan_tci != fs->h_ext.vlan_tci || in bcmasp_netfilt_check_dup()
627 cur->h_ext.data[0] != fs->h_ext.data[0]) in bcmasp_netfilt_check_dup()
631 if (memcmp(&cur->h_ext.h_dest, in bcmasp_netfilt_check_dup()
632 &fs->h_ext.h_dest, ETH_ALEN) || in bcmasp_netfilt_check_dup()